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