Indicates this name belongs to Workbook or Worksheet.
0 = Global name, otherwise index to sheet (one-based)
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic int SheetIndex { get; set; }
Public Property SheetIndex As Integer
Get
Set
public:
property int SheetIndex {
int get ();
void set (int value);
}
member SheetIndex : int with get, set
Property Value
Type:
Int32
See Also