Visual Basic (Declaration) | |
---|---|
Public Property ActiveSheetIndex As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SpreadView Dim value As Integer instance.ActiveSheetIndex = value value = instance.ActiveSheetIndex |
C# | |
---|---|
public int ActiveSheetIndex {get; set;} |
Property Value
Integer index of the active sheetThis method returns only the index of the sheet; to return SheetView object, use the GetSheetView method.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
SpreadView ClassSpreadView Members
GetSheetView Method