[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.IndexFieldOptions.Load

Load Method

Load(SimpleField)

Loads options from the specified SimpleField.

Declaration
public void Load(SimpleField field)
Parameters
Type Name Description
SimpleField field

The SimpleField from which to load the options.

Implements

Load(ComplexField)

Loads options from the specified ComplexField.

Declaration
public void Load(ComplexField field)
Parameters
Type Name Description
ComplexField field

The ComplexField from which to load the options.

Implements