'Declaration Public Function IsClassApplied( _ ByVal className As System.String _ ) As System.Boolean
public System.bool IsClassApplied( System.string className )
Parameters
- className
- The CSS class name to check.
Return Value
True, if the CSS class is applied to the range; otherwise, False.