Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableSubTotalCommand Class / Clone Method


In This Topic
    Clone Method (TableSubTotalCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Clone() As Command
    'Usage
     
    
    Dim instance As TableSubTotalCommand
    Dim value As Command
     
    value = instance.Clone()
    public override Command Clone()
    See Also