IsBlankColumn
GridCells.IsBlankColumn method
检查给定列是否为空白(不包含任何数据)。
public bool IsBlankColumn(int columnIndex)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引 |
返回值
如果给定列不包含任何数据,则为 true
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
检查给定列是否为空白(不包含任何数据)。
public bool IsBlankColumn(int columnIndex)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引 |
如果给定列不包含任何数据,则为 true