ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DoubleArray Class / SetIsDateTime Method

Specifies the index of the value to set.

Specifies the value.


In This Topic
    SetIsDateTime Method
    In This Topic
    Sets the specified value at the specified index as a DateTime value.
    Syntax
    'Declaration
     
    Public Sub SetIsDateTime( _
       ByVal index As Integer, _
       ByVal value As Boolean _
    ) 
    public void SetIsDateTime( 
       int index,
       bool value
    )

    Parameters

    index

    Specifies the index of the value to set.

    value

    Specifies the value.

    See Also