SetViewportPreferredHeight(Int32,Int32,Int32) Method
In This Topic
Sets the maximum height for the 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 SpreadView
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
- Viewport row index
- value
- Height in pixels
Exceptions
See Also