Description
Sets a bold string in a cell.
Syntax
| [Visual Basic .NET] |
Public Sub SetHeaderCellString( _
ByVal Row As Integer, _
ByVal Col As Integer, _
ByVal Text As String _
)
|
| [C#] |
public void SetHeaderCellString(
int Row,
int Col,
string Text
);
|
| [Managed C++] |
public: void SetHeaderCellString(
int Row,
int Col,
String __gc ^ Text
);
|
| [Java] |
public setHeaderCellString(
ppInteger Row,
ppInteger Col,
String Text
);
|
| [Unmanaged C++] |
public: HRESULT SetHeaderCellString(
int Row,
int Col,
BSTR Text
);
|
Parameters
See Also