'Declaration Public Overridable Function IsPropertySet( _ ByVal styleProperty As SheetStyleProperty _ ) As Boolean
'Usage Dim instance As StyleInfo Dim styleProperty As SheetStyleProperty Dim value As Boolean value = instance.IsPropertySet(styleProperty)
public virtual bool IsPropertySet( SheetStyleProperty styleProperty )
Parameters
- styleProperty
- SheetStyleProperty object
Return Value
Boolean: true if the property is set; false otherwise