Name | Description | |
---|---|---|
Count | Gets the number of items in the target range. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>) | |
Elements | Gets the items in the range. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>) | |
EndingElement | Gets or sets the last item in the range. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>) | |
Height | Gets or sets the Height of all Rows in the range. Getting this property will return the common Height of all the Rows in the range; if at least one Row has a different Height than the others, 0 will be returned. | |
IsHidden | Gets or sets if the Rows or Columns in the RowRange or ColumnRange are hidden are not. The default value is false. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>) | |
StartingElement | Gets or sets the first item in the range. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>) | |
Style | Gets the Style object for a worksheet element. The default value is a default style object. (Inherited from Xceed.Workbooks.NET.LinearRange<Row>) |