ComponentOne ASP.NET MVC Controls
IExtendedSheetInfo Interface
File
wijmo.grid.xlsx.js
Module
wijmo.grid.xlsx

Defines additional worksheet properties that can be accesses via the dynamic wj_sheetInfo property of the FlexGrid instance.

Properties

Properties

evaluateFormula

A function that evaluates the formula of cell.

Type
Function

fonts

Contains an array of font names used in the sheet.

Type
string[]

mergedRanges

Merged ranges in the sheet

Type
CellRange[]

name

The sheet name.

Type
string

styledCells

Styled cells in the sheet

Type
any

tables

The tables in this worksheet.

Type
WorkbookTable[]

visible

Sheet visibility.

Type
boolean