WorkbookCountOfStylesInPool Property |
Gets number of the styles in the style pool.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int CountOfStylesInPool { get; }
Public ReadOnly Property CountOfStylesInPool As Integer
Get
public:
property int CountOfStylesInPool {
int get ();
}
member CountOfStylesInPool : int with get
Property Value
Type:
Int32
See Also