[]
页面中的表格信息。
public interface IListViewInfoDesigner : IListViewInfo
遍历列头区域中的所有合并后的有内容的单元格。 如果列头有多行,会返回所有列头上的Cell,请根据Cell上的RowIndex,ColumnIndex,RowSpan,ColumnSpan属性判断单元格在列头上的位置。
IEnumerable<ICellInfoBase> EnumAllColumnHeaderCells()
类型 | 描述 |
---|---|
System.Collections.Generic.IEnumerable<T><ICellInfoBase> |
遍历模板行中的所有合并后的有内容的单元格。
IEnumerable<ICellInfoBase> EnumAllTemplateCells()
类型 | 描述 |
---|---|
System.Collections.Generic.IEnumerable<T><ICellInfoBase> |
获取所有列名。
List<string> GetAllColumnNames()
类型 | 描述 |
---|---|
System.Collections.Generic.List<T><string> |
获取单元格所在列的列名。
string GetColumnName(ICellInfoBase cell)
类型 | 名称 | 描述 |
---|---|---|
ICellInfoBase | cell |
类型 | 描述 |
---|---|
string |
是否有绑定统计字段。
bool HasBindingStatisticColumn()
类型 | 描述 |
---|---|
bool |