[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IListViewInfoDesigner

接口 IListViewInfoDesigner

页面中的表格信息。

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

方法

EnumAllColumnHeaderCells()

遍历列头区域中的所有合并后的有内容的单元格。 如果列头有多行,会返回所有列头上的Cell,请根据Cell上的RowIndex,ColumnIndex,RowSpan,ColumnSpan属性判断单元格在列头上的位置。

声明
IEnumerable<ICellInfoBase> EnumAllColumnHeaderCells()
返回值
类型 描述
System.Collections.Generic.IEnumerable<T><ICellInfoBase>

EnumAllTemplateCells()

遍历模板行中的所有合并后的有内容的单元格。

声明
IEnumerable<ICellInfoBase> EnumAllTemplateCells()
返回值
类型 描述
System.Collections.Generic.IEnumerable<T><ICellInfoBase>

GetAllColumnNames()

获取所有列名。

声明
List<string> GetAllColumnNames()
返回值
类型 描述
System.Collections.Generic.List<T><string>

GetColumnName(ICellInfoBase)

获取单元格所在列的列名。

声明
string GetColumnName(ICellInfoBase cell)
参数
类型 名称 描述
ICellInfoBase cell
返回值
类型 描述
string

HasBindingStatisticColumn()

是否有绑定统计字段。

声明
bool HasBindingStatisticColumn()
返回值
类型 描述
bool