Version

SetDateRange Method

Assigns a new DateRange.
Syntax
'Declaration
 
Public Sub SetDateRange( _
   ByVal dateRange As String, _
   Optional ByVal cellReferenceMode As Nullable(Of CellReferenceMode) _
) 
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also