ExportTableOptionsIndexes Property |
The indexes of columns/rows which should be exported out.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic int[] Indexes { get; set; }
Public Property Indexes As Integer()
Get
Set
public:
property array<int>^ Indexes {
array<int>^ get ();
void set (array<int>^ value);
}
member Indexes : int[] with get, set
Property Value
Type:
Int32
See Also