[]
Gets the distance between the origin and the specified row.
public double GetRowOffset(int row)
Type | Name | Description |
---|---|---|
int | row | The row. |
Type | Description |
---|---|
double |
Gets the distance between the two specified rows.
public double GetRowOffset(int fromRow, int toRow)
Type | Name | Description |
---|---|---|
int | fromRow | From row. |
int | toRow | To row. |
Type | Description |
---|---|
double |