The index of the sheet within the published tabs. Note that hidden tabs are still
counted in the ordering, as long as they are published.
isActive
isActive:boolean
returns
A value indicating whether the sheet is the currently active sheet.
isHidden
isHidden:boolean
returns
A value indicating whether the sheet is hidden (true) or visible (false) in the UI.
Note that if the entire tab control is hidden, it does not affect the state of this flag.
This sheet may still report that it is visible even when the tabs control is hidden.
Sets the size information of a sheet. Note that if the sheet is a Worksheet, only SheetSizeBehavior.Automatic
is allowed since you can't actually set a Worksheet to a fixed size.
The index of the sheet within the published tabs. Note that hidden tabs are still counted in the ordering, as long as they are published.