FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultStyleCollection Class : Compose Method |
'Declaration Public Function Compose( _ ByVal o As Object, _ ByVal destInfo As StyleInfo _ ) As StyleInfo
'Usage Dim instance As DefaultStyleCollection Dim o As Object Dim destInfo As StyleInfo Dim value As StyleInfo value = instance.Compose(o, destInfo)
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection(); FarPoint.Web.Spread.StyleInfo s = new FarPoint.Web.Spread.StyleInfo(); s.BackColor = Color.Yellow; dsc.Compose(dsc.DataAreaDefault, s);
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection Dim s As New FarPoint.Web.Spread.StyleInfo s.BackColor = Color.Yellow dsc.Compose(dsc.DataAreaDefault, s)
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6