Spread for ASP.NET 12 Product Documentation
IsPropertySet Method (StyleInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class : IsPropertySet Method
SheetStyleProperty class property for which to check setting
Gets whether the specified style property is set.
Syntax
'Declaration
 
Public Overridable Function IsPropertySet( _
   ByVal prop As SheetStyleProperty _
) As Boolean
'Usage
 
Dim instance As StyleInfo
Dim prop As SheetStyleProperty
Dim value As Boolean
 
value = instance.IsPropertySet(prop)
public virtual bool IsPropertySet( 
   SheetStyleProperty prop
)

Parameters

prop
SheetStyleProperty class property for which to check setting
See Also

Reference

StyleInfo Class
StyleInfo Members