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
);
|
[Unmanaged C++] |
---|
public: HRESULT SetHeaderCellString(
int Row,
int Col,
BSTR Text
);
|
[Java] |
---|
public void setHeaderCellString(
Integer Row,
Integer Col,
String Text
);
|
Parameters
See Also