Spread Silverlight Documentation
ViewportInfo Constructor(Worksheet,Int32,Int32)


The sheet.
The row viewport count.
The column viewport count.
Initializes a new instance of the ViewportInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheet As Worksheet, _
   ByVal rowViewportCount As System.Integer, _
   ByVal columnViewportCount As System.Integer _
)
'Usage
 
Dim sheet As Worksheet
Dim rowViewportCount As System.Integer
Dim columnViewportCount As System.Integer
 
Dim instance As New ViewportInfo(sheet, rowViewportCount, columnViewportCount)
public ViewportInfo( 
   Worksheet sheet,
   System.int rowViewportCount,
   System.int columnViewportCount
)

Parameters

sheet
The sheet.
rowViewportCount
The row viewport count.
columnViewportCount
The column viewport count.
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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.