Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CommentBase Class / Date Property


In This Topic
    Date Property (CommentBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Date As Nullable(Of Date)
    'Usage
     
    
    Dim instance As CommentBase
    Dim value As Nullable(Of Date)
     
    value = instance.Date
    public virtual Nullable<DateTime> Date {get;}
    See Also