Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / Operator Property


In This Topic
    Operator Property (IExcelWorkbook)
    In This Topic
    Gets the excel operator which used to read or write information from (to) excel.
    Syntax
    'Declaration
     
    ReadOnly Property Operator As ExcelOperator
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim value As ExcelOperator
     
    value = instance.Operator
    ExcelOperator Operator {get;}

    Property Value

    The excel operator.
    See Also