[]
Represents the corner of the control.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SheetCorner
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class SheetCorner
Name | Description |
---|---|
AlternatingRows | Gets the alternating rows information for the sheet corner. |
Cells | Gets a Cells object for the cells in the sheet corner. |
ColumnCount | Gets or sets the number of columns in the sheet corner. |
Columns | Gets a Columns object for the columns in the sheet corner. |
DefaultStyle | Gets or sets the default style information for the cells in the sheet corner. |
DefaultStyleName | Gets or sets the name of the default style for the sheet corner. |
RowCount | Gets or sets the number of rows in the sheet corner. |
Rows | Gets a Rows object for the rows in the sheet corner. |