Spread Windows Forms 6.0 Product Documentation
ActiveSheetIndex Property
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : ActiveSheetIndex Property


Glossary Item Box

Gets or sets the active sheet in the view.

Syntax

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 sheet

Remarks

This method returns only the index of the sheet; to return SheetView object, use the GetSheetView method.

Requirements

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

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.