SetViewportPreferredHeight(Int32,Int32,Int32) Method
In This Topic
Sets the maximum height of the specified viewport row for the specified sheet.
Syntax
'Declaration
Public Overloads Sub SetViewportPreferredHeight( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As FpSpread
Dim sheetIndex As Integer
Dim rowViewportIndex As Integer
Dim value As Integer
instance.SetViewportPreferredHeight(sheetIndex, rowViewportIndex, value)
public void SetViewportPreferredHeight(
int ,
int ,
int
)
Parameters
- sheetIndex
- Sheet index
- rowViewportIndex
- Row index of viewport
- value
- Height value in pixels
Exceptions
See Also