[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ICellInfoBase

接口 ICellInfoBase

单元格的信息。

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface ICellInfoBase

属性

BindingInfo

单元格的数据绑定信息。

声明
IBindingInfo BindingInfo { get; }
属性值
类型 描述
IBindingInfo

ColumnIndex

获取单元格所在列的索引。

声明
int ColumnIndex { get; }
属性值
类型 描述
int

ColumnSpan

获取单元格上合并列的数量,没有合并时返回1。

声明
int ColumnSpan { get; }
属性值
类型 描述
int

ListViewInfo

单元格所在表格的信息。

声明
IListViewInfo ListViewInfo { get; }
属性值
类型 描述
IListViewInfo

PageName

单元格所在的页面名称。

声明
string PageName { get; }
属性值
类型 描述
string

RowIndex

获取单元格所在行的索引

声明
int RowIndex { get; }
属性值
类型 描述
int

RowSpan

获取单元格上合并行的数量,没有合并时返回1。

声明
int RowSpan { get; }
属性值
类型 描述
int

方法

GetFormulaReferObject(bool, bool)

返回单元格对应的公式对象。

声明
IFormulaReferObject GetFormulaReferObject(bool rowRelative = true, bool columnRelative = true)
参数
类型 名称 描述
bool rowRelative
bool columnRelative
返回值
类型 描述
IFormulaReferObject