Class IgrGridCellPosition
Constructors
constructor
- new IgrGridCellPosition(): IgrGridCellPosition
Accessors
columnUniqueKey
- get columnUniqueKey(): string
Returns string
- set columnUniqueKey(v): void
Parameters
Returns void
nativeElement
- get nativeElement(): HTMLElement
Returns HTMLElement
rowIndex
- get rowIndex(): number
Returns number
- set rowIndex(v): void
Parameters
Returns void
Methods
findByName
- findByName(name): any
Parameters
Returns any
Gets or sets the column position of the cell. Can be null for spanning elements like section headers.