combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / ISupportTableOptions Interface / SetOption Method

Defines which option is set - see TableOption.

The value of the set option.



In This Topic
    SetOption Method (ISupportTableOptions)
    In This Topic

    Sets an option on the implementation of ITable.

    Syntax
    'Declaration
     
    
    Function SetOption( _
       ByVal option As TableOption, _
       ByVal value As Object _
    ) As Boolean

    Parameters

    option

    Defines which option is set - see TableOption.

    value

    The value of the set option.

    Return Value

    Return true if the set option was handled, otherwise return false.

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also