Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ValidationPastingEventArgs Class / FromRange Property


In This Topic
    FromRange Property
    In This Topic
    Gets the source range.
    Syntax
    'Declaration
     
    Public ReadOnly Property FromRange As CellRange
    'Usage
     
    Dim instance As ValidationPastingEventArgs
    Dim value As CellRange
     
    value = instance.FromRange
    public CellRange FromRange {get;}

    Property Value

    The source range.
    See Also