SaveOptionsSortExternalNames Property |
Indicates whether sorting external defined names before saving file.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool SortExternalNames { get; set; }
Public Property SortExternalNames As Boolean
Get
Set
public:
property bool SortExternalNames {
bool get ();
void set (bool value);
}
member SortExternalNames : bool with get, set
Property Value
Type:
Boolean
See Also