WorkbookGetNamedStyle Method |
Gets the named style in the style pool.
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic Style GetNamedStyle(
string name
)
Public Function GetNamedStyle (
name As String
) As Style
public:
Style^ GetNamedStyle(
String^ name
)
member GetNamedStyle :
name : string -> Style
Parameters
- name
- Type: SystemString
name of the style
Return Value
Type:
Stylenamed style, maybe null.
See Also