ExportAllSheets
TxtSaveOptions.ExportAllSheets property
表示是否将所有工作表导出到文本文件。 如果为false,则只导出活动工作表,就像MS Excel一样。
public bool ExportAllSheets { get; set; }
评论
默认值为假。
也可以看看
- class TxtSaveOptions
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
表示是否将所有工作表导出到文本文件。 如果为false,则只导出活动工作表,就像MS Excel一样。
public bool ExportAllSheets { get; set; }
默认值为假。