Name | Description | |
---|---|---|
Count | Gets the number of columns in the ColumnRange. (Inherited from Xceed.Workbooks.NET.LinearRange<Column>) | |
Elements | Gets the items in the range. (Inherited from Xceed.Workbooks.NET.LinearRange<Column>) | |
EndingElement | Gets or sets the last item in the range. (Inherited from Xceed.Workbooks.NET.LinearRange<Column>) | |
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<Column>) | |
StartingElement | Gets or sets the first item in the range. (Inherited from Xceed.Workbooks.NET.LinearRange<Column>) | |
Style | Gets the Style object for a worksheet element. The default value is a default style object. (Inherited from Xceed.Workbooks.NET.LinearRange<Column>) | |
Width | Gets or sets the Width of all Columns in the range. Getting this property will return the common Width of all the Columns in the range; if at least one Column has a different Width than the others, 0 will be returned. |