Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatCellsActionCommand Class / References Property


In This Topic
    References Property (FormatCellsActionCommand)
    In This Topic
    Collection range of cells will be used to execute FormatCellsActionCommand
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property References As Reference()
    'Usage
     
    
    Dim instance As FormatCellsActionCommand
    Dim value() As Reference
     
    value = instance.References
    protected Reference[] References {get;}
    See Also