GrapeCity.Win.MultiRow Namespace : DynamicCellStyle Class |
Public Class DynamicCellStyle Inherits CellStyle
Dim instance As DynamicCellStyle
public class DynamicCellStyle : CellStyle
{ public class DynamicCellStyleDemo : Form { private GcMultiRow gcMultiRow1 = new GcMultiRow(); public DynamicCellStyleDemo() { this.gcMultiRow1.Dock = DockStyle.Fill; this.Controls.Add(this.gcMultiRow1); this.Load += new EventHandler(Form1_Load); this.Text = "DynamicCellStyle Demo (If any cell's value is not empty, color will change)"; this.Size = new Size(700, 400); }
Public Class DynamicCellStyleDemo Inherits Form Private gcMultiRow1 As New GcMultiRow() Public Sub New() Me.gcMultiRow1.Dock = DockStyle.Fill Me.Controls.Add(Me.gcMultiRow1) Me.Text = "DynamicCellStyle Demo (If any cell's value is not empty, color will change)" Me.Size = New Size(700, 400) End Sub
System.Object
GrapeCity.Win.MultiRow.CellStyle
GrapeCity.Win.MultiRow.DynamicCellStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2