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