GrapeCity.Windows.SpreadSheet.UI Namespace > SpreadView Class : GetStartIndexToBringTabIntoView Method |
'Declaration Public Function GetStartIndexToBringTabIntoView( _ ByVal tabIndex As System.Integer _ ) As System.Integer
'Usage Dim instance As SpreadView Dim tabIndex As System.Integer Dim value As System.Integer value = instance.GetStartIndexToBringTabIntoView(tabIndex)
public System.int GetStartIndexToBringTabIntoView( System.int tabIndex )
GcSpreadSheet1.SheetCount = 5; TextBox1.Text = GcSpreadSheet1.View.GetStartIndexToBringTabIntoView(2).ToString();
GcSpreadSheet1.SheetCount = 5 TextBox1.Text = GcSpreadSheet1.View.GetStartIndexToBringTabIntoView(2).ToString()
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6