Version

Search Results

Item Property (HiddenRowCollection)

Gets the row at the specified index. Syntax Parameters index The zero-based index of the row to get. Property Value The row at the specified index. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to Count.

Remove Method (HiddenRowCollection)

Removes the specified row from the collection if it exists. Syntax Parameters row The row to removed from the collection. Return Value True if the row existed in the collection and was removed; False otherwise or if the specified row is null.

RemoveAt Method (HiddenRowCollection)

Removes the row at the specified index in the collection. Syntax Parameters index The zero-based index of the row in the collection. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to Count.

Worksheet Property (HiddenRowCollection)

Gets the worksheet associated with this collection. Syntax Property Value The worksheet associated with this collection.

HorizontalCellAlignment Enumeration

Enumeration for horizontal alignment styles. Default value is used in property override situations. Syntax Members Member Description Center Centered alignment. CenterAcrossSelection Centers the contents of the left-most cell in a center across selection group. All other cells in the center across selection group ...

HorizontalPageBreak Class

Represents a horizontal page break in a Worksheet. Syntax

HorizontalPageBreakCollection Class

A collection of horizontal page breaks on a Worksheet. Syntax

HorizontalPageBreakCollection Class Members

Public Properties Public Methods