RevoGrid Documentation v4.15.2 / RangeArea
Type Alias: RangeArea
ts
type RangeArea: {
x: ColIndex;
x1: ColIndex;
y: RowIndex;
y1: RowIndex;
};
Type declaration
Name | Type | Defined in |
---|---|---|
x | ColIndex | src/types/selection.ts:52 |
x1 | ColIndex | src/types/selection.ts:54 |
y | RowIndex | src/types/selection.ts:53 |
y1 | RowIndex | src/types/selection.ts:55 |