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.
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.
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.
Gets the worksheet associated with this collection. Syntax Property Value The worksheet associated with this collection.
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 ...
Represents a horizontal page break in a Worksheet. Syntax
A collection of horizontal page breaks on a Worksheet. Syntax
Public Properties Public Methods
Public Methods
Public Properties