Represents the custom number format string of this style object.
If the custom number format is not set(For example, the number format is builtin), "" will be returned.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic string Custom { get; set; }
Public Property Custom As String
Get
Set
public:
property String^ Custom {
String^ get ();
void set (String^ value);
}
member Custom : string with get, set
Property Value
Type:
String
Remarks
The returned custom string is culture-independent.
See Also