public int ColumnSpan {get; set;}
'Declaration Public Property ColumnSpan As Integer
'Declaration
Public Property ColumnSpan As Integer
int
1
Cell cell = gcSpreadGrid1.Cells[0, 0]; cell.ColumnSpan = 3; cell.RowSpan = 3; cell.Text = "Span";
Dim cell As Cell = gcSpreadGrid1.Cells(0, 0) cell.ColumnSpan = 3 cell.RowSpan = 3 cell.Text = "Span"
Cell クラス Cell メンバ
Copyright © 2012 GrapeCity inc. All rights reserved.