Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / Operator Property


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

    Property Value

    The excel operator.
    See Also