Utils.FindStyleByName Method

QsInformatica.Utils

UtilsFindStyleByName Method

Finds thestyle providing the name.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static Style FindStyleByName(
	DocumentModel doc,
	string stylename
)
Public Shared Function FindStyleByName ( 
	doc As DocumentModel,
	stylename As String
) As Style
public:
static Style^ FindStyleByName(
	DocumentModel^ doc, 
	String^ stylename
)
static member FindStyleByName : 
        doc : DocumentModel * 
        stylename : string -> Style 

Parameters

doc
Type: DocumentModel
The document.
stylename
Type: SystemString
The styleName.

Return Value

Type: Style
Style.
See Also