Infragistics(R) NetAdvantage(R) WPF
CellRange Property
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > ArrayFormula Class : CellRange Property

Gets the cells to which the array formula is applied.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CellRange As WorksheetRegion
C# 
public WorksheetRegion CellRange {get;}

Property Value

The cells to which the array formula is applied.

Remarks

If this is null, the formula has not yet been applied.

See Also