Version

SetDateRange Method

Assigns a new DateRange.
Syntax
public void SetDateRange( 
   string dateRange,
   Nullable<CellReferenceMode> cellReferenceMode
)

Parameters

dateRange
The string representation of the formula.
cellReferenceMode
An optional Infragistics.Documents.Excel.CellReferenceMode to use to parse the dateRange. If null it defaults to the workbook's mode.
Remarks

Note:DateRange is ignored unless the DateAxis property is explicity set to true.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also