[]
Represents the outline column for the worksheet.
public interface IOutlineColumn
Public Interface IOutlineColumn
Name | Description |
---|---|
CollapseIndicator | Gets or sets the collapse indicator image. |
ColumnIndex | Gets or sets the column index, the column is displayed as a tree structure. |
ExpandIndicator | Gets or sets the expand indicator image. |
Images | Gets the images by level. |
MaxLevel | Gets or sets the the max row level.The default value is 10. |
ShowCheckBox | Gets or sets whether to display the checkbox. |
ShowImage | Gets or sets whether to display the images. |
ShowIndicator | Gets or sets whether to display the indicator. |
Name | Description |
---|---|
GetCheckStatus(int) | Gets the check status of the row. |
GetCollapsed(int) | Gets the collapsed of the row. |
Refresh() | Refreshes the outline column. |
SetCheckStatus(int, bool) | Sets the check status of the row. |
SetCollapsed(int, bool) | Sets the collapsed of the row. |