In This Topic
Set value for properties of cell.
Syntax
'Declaration
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
'Usage
Dim instance As HeaderTemplateCell
Dim row As System.Integer
Dim col As System.Integer
Dim rowSpan As System.Integer
Dim colSpan As System.Integer
Dim title As System.String
Dim value As HeaderTemplateCell
value = instance.Set(row, col, rowSpan, colSpan, title)
public HeaderTemplateCell Set(
System.int ,
System.int ,
System.int ,
System.int ,
System.string
)
public function Set(
: System.Integer;
: System.Integer;
: System.Integer;
: System.Integer;
: System.String
): HeaderTemplateCell;
public function Set(
: System.int,
: System.int,
: System.int,
: System.int,
: System.String
) : HeaderTemplateCell;
public: HeaderTemplateCell* Set(
System.int ,
System.int ,
System.int ,
System.int ,
System.string*
)
public:
HeaderTemplateCell^ Set(
System.int ,
System.int ,
System.int ,
System.int ,
System.String^
)
Parameters
- 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.
See Also