LoadOptionsFontConfigs Property |
Gets and sets individual font configs.
Only works for the
Workbook which uses this
LoadOptions to load.>
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic IndividualFontConfigs FontConfigs { get; set; }
Public Property FontConfigs As IndividualFontConfigs
Get
Set
public:
property IndividualFontConfigs^ FontConfigs {
IndividualFontConfigs^ get ();
void set (IndividualFontConfigs^ value);
}
member FontConfigs : IndividualFontConfigs with get, set
Property Value
Type:
IndividualFontConfigs
See Also