'Declaration
Public Overloads Sub RemoveViewport( _ ByVal rowViewportIndex As Integer, _ ByVal columnViewportIndex As Integer _ )
'Usage
Dim instance As FpSpread Dim rowViewportIndex As Integer Dim columnViewportIndex As Integer instance.RemoveViewport(rowViewportIndex, columnViewportIndex)
public void RemoveViewport( int rowViewportIndex, int columnViewportIndex )
Parameters
- rowViewportIndex
- Index of viewport row to remove
- columnViewportIndex
- Index of viewport column to remove