FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultSkins Class : Contains Method |
'Usage Dim skin As SheetSkin Dim value As Boolean value = DefaultSkins.Contains(skin)
FarPoint.Web.Spread.DefaultSkins ds = new FarPoint.Web.Spread.DefaultSkins(); bool b; b = ds.Contains(ds.Colorful4); TextBox1.Text = b.ToString();
Dim ds As New FarPoint.Web.Spread.DefaultSkins Dim b As Boolean b = ds.Contains(ds.Colorful4) TextBox1.Text = b.ToString()
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional