Note: This API is now obsolete.
Initializes a new instance of the
Style class.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntax[ObsoleteAttribute("Use CellsFactory.CreateStyle() method instead.")]
public Style()
<ObsoleteAttribute("Use CellsFactory.CreateStyle() method instead.")>
Public Sub New
public:
[ObsoleteAttribute(L"Use CellsFactory.CreateStyle() method instead.")]
Style()
[<ObsoleteAttribute("Use CellsFactory.CreateStyle() method instead.")>]
new : unit -> Style
RemarksNOTE: This constructor is now obsolete.
Instead, please use CellsFactory.CreateStyle() method.
This property will be removed 6 months later since October 2016.
Aspose apologizes for any inconvenience you may have experienced.
See Also