'Declaration Public Function FindByName( _
ByVal styleNameName of the style.As System.String _
) As DocxDocumentStyle
public DocxDocumentStyle FindByName(
System.String styleName
)
public: DocxDocumentStyle* FindByName(
System.String styleName
)
public:
DocxDocumentStyle^ FindByName(
System.String styleName
)
Parameters
- styleName
- Name of the style.
Return Value
The DocxDocumentStyle with specified name.