Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / CellTypeCommandParameter Class / Spread Property


In This Topic
    Spread Property (CellTypeCommandParameter)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Spread As GcSpreadSheet
    'Usage
     
    Dim instance As CellTypeCommandParameter
    Dim value As GcSpreadSheet
     
    value = instance.Spread
    public GcSpreadSheet Spread {get;}
    See Also