import { Type } from "igniteui-webcomponents-core"; /** * Represents the various ways cells can be referenced in a formula. *
* Setting this on the [[Workbook.cellReferenceMode]] will also affect the row and column labels. *
*/ export declare enum CellReferenceMode { /** * Cells are referenced by first specifying characters representing the column and a one-based number * specifying the row (R54 or CA56). The dollar sign ($) can preface one or both identifiers to make them * absolute references ($A$7). Without the dollar sign, references still use absolute row and column addresses, * although shifting a formula to a new cell will perform a similar shift on all relative references. */ A1 = 1, /** * Cells are referenced in the following format R