Skip to content

Commit

Permalink
Merge pull request exceljs#646 from emlai/add-column-values-type-defi…
Browse files Browse the repository at this point in the history
…nitions

Add type definition for Column.values
  • Loading branch information
Siemienik authored Jan 18, 2019
2 parents 1eba636 + b49ad32 commit ea44a02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,11 @@ export interface Column {
* Styles applied to the column
*/
style: Partial<Style>;

/**
* The cell values in the column
*/
values: ReadonlyArray<CellValue>;
}

export interface ColumnExtension extends Partial<Style> {
Expand Down

0 comments on commit ea44a02

Please sign in to comment.