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
);
|
[Python - STK API ] |
|---|
def SetHeaderCellString(self, Row:int, Col:int, Text:str) -> None:
|
Parameters
See Also