 | CEDBGotoColumn Method |
Move the channel marker to a specific column.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GotoColumn(
int col
)
public void GotoColumn(
int col
)
Public Sub GotoColumn (
col As Integer
)
Public Sub GotoColumn (
col As Integer
)
public:
void GotoColumn(
int col
)
public:
void GotoColumn(
int col
)
member GotoColumn :
col : int -> unit
member GotoColumn :
col : int -> unit
Parameters
- col
- Type: SystemInt32
Channel column number, 0 is first -1 for first column without data
See Also