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