'Declaration Public Overloads Function GetViewportPreferredWidth( _ ByVal sheetIndex As Integer, _ ByVal columnViewportIndex As Integer _ ) As Integer
'Usage Dim instance As FpSpread Dim sheetIndex As Integer Dim columnViewportIndex As Integer Dim value As Integer value = instance.GetViewportPreferredWidth(sheetIndex, columnViewportIndex)
public int GetViewportPreferredWidth( int sheetIndex, int columnViewportIndex )
Parameters
- sheetIndex
- Sheet index
- columnViewportIndex
- Column index of viewport
Return Value
Integer number of pixels in the width of the specified viewport