[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IOutlineColumn

IOutlineColumn Interface

表示工作表的大纲列。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface IOutlineColumn

Properties

Name Description
CollapseIndicator

获取或设置折叠指示器图像。

ColumnIndex

获取或设置列索引,该列以树状结构显示。

ExpandIndicator

获取或设置展开指示图像。

Images

获取按级别的图像。

MaxLevel

获取或设置最大行级别。默认值为10。

ShowCheckBox

获取或设置是否显示复选框。

ShowImage

获取或设置是否显示图像。

ShowIndicator

获取或设置是否显示指示器。

Methods

Name Description
GetCheckStatus(int)

获取行的勾选状态。

GetCollapsed(int)

获取行的折叠状态。

Refresh()

刷新大纲列。

SetCheckStatus(int, bool)

设置行的勾选状态。

SetCollapsed(int, bool)

设置行的折叠状态。