Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IName Interface / ValidWorkbookParameter Property


In This Topic
    ValidWorkbookParameter Property
    In This Topic
    Gets a value indicating whether the IName is a valid workbook parameter.
    Syntax
    'Declaration
     
    
    ReadOnly Property ValidWorkbookParameter As Boolean
    'Usage
     
    
    Dim instance As IName
    Dim value As Boolean
     
    value = instance.ValidWorkbookParameter
    bool ValidWorkbookParameter {get;}

    Property Value

    true if the IName is a valid workbook parameter; otherwise, false.
    See Also