Set value for properties of cell.
シンタックス
'宣言
Public Function Set( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.String _
) As HeaderTemplateCell
public HeaderTemplateCell Set(
System.int ,
System.int ,
System.int ,
System.int ,
System.string
)
パラメータ
- row
- row position in header table.
- col
- column position in header table.
- rowSpan
- row span in header table.
- colSpan
- column span in header table.
- title
- Text will appear in this cell.
参照