GetViewportHeight(Int32,Int32) Method
In This Topic
Gets the height of the specified viewport row of the specified sheet.
Syntax
'Declaration
Public Overloads Function GetViewportHeight( _
ByVal As Integer, _
ByVal As Integer _
) As Integer
'Usage
Dim instance As SpreadView
Dim sheetIndex As Integer
Dim rowViewportIndex As Integer
Dim value As Integer
value = instance.GetViewportHeight(sheetIndex, rowViewportIndex)
public int GetViewportHeight(
int ,
int
)
Parameters
- sheetIndex
- Index of the sheet
- rowViewportIndex
- Index of the viewport row
Exceptions
See Also