Table of Contents

Interface ISupportTableOptions

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Allows an ITable implementor to receive and set different options.

public interface ISupportTableOptions

Methods

GetOption(TableOption, ref object)

Gets an option from the ITable implementor

bool GetOption(TableOption option, ref object value)

Parameters

option TableOption

One of the TableOption enum values

value object

The value for the option

Returns

bool

true if handled, false otherwise

SetOption(TableOption, object)

Sets an option on the ITable implementor

bool SetOption(TableOption option, object value)

Parameters

option TableOption

One of the TableOption enum values

value object

The value for the option

Returns

bool

true if handled, false otherwise