Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / AutoFillCommand Class / TargetWorksheet Property


In This Topic
    TargetWorksheet Property (AutoFillCommand)
    In This Topic
    Gets the worksheet which data is copied to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetWorksheet As Worksheet
    'Usage
     
    
    Dim instance As AutoFillCommand
    Dim value As Worksheet
     
    value = instance.TargetWorksheet
    public Worksheet TargetWorksheet {get;}
    See Also