Spread Silverlight Documentation
ActiveColumnViewport Property


GrapeCity.Windows.SpreadSheet.Data Namespace > ViewportInfo Class : ActiveColumnViewport Property
Gets or sets the column index of the active viewport.
Syntax
'Declaration
 
Public Property ActiveColumnViewport As System.Integer
'Usage
 
Dim instance As ViewportInfo
Dim value As System.Integer
 
instance.ActiveColumnViewport = value
 
value = instance.ActiveColumnViewport
public System.int ActiveColumnViewport {get; set;}

Property Value

The column index of the active viewport.
See Also

Reference

ViewportInfo Class
ViewportInfo Members