C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor Namespace > C1TextRange Class > ApplyClass Method : ApplyClass(String,C1StyleType) Method |
'Declaration Public Overloads Sub ApplyClass( _ ByVal className As System.String, _ ByVal type As C1StyleType _ )
public void ApplyClass( System.string className, C1StyleType type )
range.ApplyClass("main_topic", C1StyleType.Paragraph);