Spread Silverlight Documentation
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.
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

ViewportInfo Class
ViewportInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.