[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ExcelCalcEngine.GetExternalObject

GetExternalObject Method

GetExternalObject(string)

Parses references to cell ranges.

Declaration
public override object GetExternalObject(string identifier)
Parameters
Type Name Description
string identifier

String representing a cell range (e.g. "A1" or "A1:B12".

Returns
Type Description
object

A CellRange object that represents the given range.