[]
        
(Showing Draft Content)

C1.C1Preview.Export.ExportProviders.Item

this Property

this[int]

Gets the ExportProvider at the specified index.

Declaration
public ExportProvider this[int index] { get; }
Parameters
Type Name Description
int index

The index in the current collection.

Property Value
Type Description
ExportProvider

The element at the specified index.

this[string]

Gets the ExportProvider with the specified default file extension (see DefaultExtension).

Declaration
public ExportProvider this[string extension] { get; }
Parameters
Type Name Description
string extension

The default file extension associated with the export format.

Property Value
Type Description
ExportProvider

The ExportProvider that has the specified default extension, or null if no such provider exists in the current collection.