Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / SerializationDefaultActiveFieldIndex Property


In This Topic
    SerializationDefaultActiveFieldIndex Property (GcDateTimeCellType)
    In This Topic
    Internal use for serialization.
    Syntax
    'Declaration
     
    
    Public Property SerializationDefaultActiveFieldIndex As Integer
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As Integer
     
    instance.SerializationDefaultActiveFieldIndex = value
     
    value = instance.SerializationDefaultActiveFieldIndex
    public int SerializationDefaultActiveFieldIndex {get; set;}
    See Also