Spread for ASP.NET 12 Product Documentation
SameAppearance Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class : SameAppearance Method
StyleInfo object to compare to current StyleInfo object
Compares a StyleInfo object's appearance with the current object's appearance.
Syntax
'Declaration
 
Public Function SameAppearance( _
   ByVal info As StyleInfo _
) As Boolean
'Usage
 
Dim instance As StyleInfo
Dim info As StyleInfo
Dim value As Boolean
 
value = instance.SameAppearance(info)
public bool SameAppearance( 
   StyleInfo info
)

Parameters

info
StyleInfo object to compare to current StyleInfo object
See Also

Reference

StyleInfo Class
StyleInfo Members