[]
Sets the leftmost column of cells of the specified viewport column for the active sheet.
public void SetViewportLeftColumn(int columnViewportIndex, int value)
Public Sub SetViewportLeftColumn(columnViewportIndex As Integer, value As Integer)
Type | Name | Description |
---|---|---|
int | columnViewportIndex | Index of the viewport column |
int | value | Column index to set as the leftmost column of that viewport |
Sets the leftmost column of cells of the specified viewport column for the specified sheet.
public void SetViewportLeftColumn(int sheetIndex, int columnViewportIndex, int value)
Public Sub SetViewportLeftColumn(sheetIndex As Integer, columnViewportIndex As Integer, value As Integer)
Type | Name | Description |
---|---|---|
int | sheetIndex | Index of sheet |
int | columnViewportIndex | Index of the viewport column |
int | value | Index of the column to set as the leftmost column of that viewport |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified sheet index is out of range; must be between 0 and the total number of sheets |