Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / AMString Property


In This Topic
    AMString Property (IDateTimeCellType)
    In This Topic
    Gets or sets the AM string.
    Syntax
    'Declaration
     
    
    Property AMString As String
    'Usage
     
    
    Dim instance As IDateTimeCellType
    Dim value As String
     
    instance.AMString = value
     
    value = instance.AMString
    string AMString {get; set;}
    See Also