MinRowIndex
DocumentTableOptions.MinRowIndex property
获取或设置要从文档表中提取的行的从零开始的最小索引。 默认值为负数,表示不限制最小行索引。
public int MinRowIndex { get; set; }
也可以看看
- class DocumentTableOptions
- 命名空间 GroupDocs.Assembly.Data
- 部件 GroupDocs.Assembly
获取或设置要从文档表中提取的行的从零开始的最小索引。 默认值为负数,表示不限制最小行索引。
public int MinRowIndex { get; set; }