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


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

    Property Value

    The source sheet.
    See Also