[]
Represents the row header portion of the control.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RowHeader
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class RowHeader
Name | Description |
---|---|
AlternatingRows | Gets the alternating rows information for the row header. |
AutoText | Gets or sets whether the row header displays letters or numbers or is blank. |
AutoTextIndex | Gets or sets which row header column displays the automatic text when there are multiple row header columns. |
Cells | Gets a Cells object for the cells in the row header. |
ColumnCount | Gets or sets the number of columns in the row header. |
Columns | Gets a Columns object for the columns in the row header. |
DefaultStyle | Gets or sets the default style for the cells in the row header. |
DefaultStyleName | Gets or sets the name of the default style for the row header. |
HorizontalGridLine | Gets or sets the horizontal grid line in the row header. |
Rows | Gets a Rows object for the rows in the row header. |
SelectorIndex | Gets or sets which row header column displays row selector when there are multiple row header columns. |
VerticalGridLine | Gets or sets the vertical grid line in the row header. |
Visible | Gets or sets whether the row header is visible. |
Name | Description |
---|---|
GetClip(int, int, int, int) | Gets a tab-delimited string that contains the formatted text in a range. |
GetClipValue(int, int, int, int) | Gets a tab-delimited string that contains the unformatted text in a range. |
SetClip(int, int, int, int, string) | Sets a tab-delimited string that contains the formatted text in a range. |
SetClipValue(int, int, int, int, string) | Sets a tab-delimited string that contains the unformatted text to a range. |
ShouldSerializeDefaultStyle() | Gets whether the DefaultStyle property should be serialized. |
ShouldSerializeHorizontalGridLine() | Gets whether the HorizontalGridLine object should be serialized. |
ShouldSerializeVerticalGridLine() | Gets whether the VerticalGridLine object should be serialized. |
ToString() | Gets a string that contains a reference to the row header (always returns null). |