TxtSaveOptionsExportArea Property |
The range of cells to be exported.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic CellArea ExportArea { get; set; }
Public Property ExportArea As CellArea
Get
Set
public:
property CellArea ExportArea {
CellArea get ();
void set (CellArea value);
}
member ExportArea : CellArea with get, set
Property Value
Type:
CellArea
Remarks
See Also