[]
Gets the distance between the origin and the specified column.
public double GetColumnOffset(int column)
Type | Name | Description |
---|---|---|
int | column | The column. |
Type | Description |
---|---|
double |
Gets the distance between the two specified columns.
public double GetColumnOffset(int fromColumn, int toColumn)
Type | Name | Description |
---|---|---|
int | fromColumn | From column. |
int | toColumn | To column. |
Type | Description |
---|---|
double |