[]
Gets the index of the viewport column for the specified coordinate for the active sheet.
public int GetColumnViewportIndexFromX(int x)
Public Function GetColumnViewportIndexFromX(x As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | x | X-coordinate |
| Type | Description |
|---|---|
| int | The index of the viewport column for the specified coordinate |