Spread Silverlight Documentation
SetViewportLeftColumn Method (GcSpreadSheet)


The column viewport index.
The column index.
Sets the column viewport's left column.
Syntax
'Declaration
 
Public Sub SetViewportLeftColumn( _
   ByVal columnViewportIndex As System.Integer, _
   ByVal value As System.Integer _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim columnViewportIndex As System.Integer
Dim value As System.Integer
 
instance.SetViewportLeftColumn(columnViewportIndex, value)
public void SetViewportLeftColumn( 
   System.int columnViewportIndex,
   System.int value
)

Parameters

columnViewportIndex
The column viewport index.
value
The column index.
Requirements

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

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.