Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / DragFillExtent Class / StartRange Property


In This Topic
    StartRange Property
    In This Topic
    Gets the drag fill start range.
    Syntax
    'Declaration
     
    Public ReadOnly Property StartRange As CellRange
    'Usage
     
    Dim instance As DragFillExtent
    Dim value As CellRange
     
    value = instance.StartRange
    public CellRange StartRange {get;}
    See Also