# VisTblEx

Namespace: **PPJ.Runtime.Vis**

Assembly: **PPJ.Web.Vis.49** (4.9.0.0)

{% tabs %}
{% tab title="C#" %}

```csharp
public class VisTblEx
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class VisTblEx
```

{% endtab %}
{% endtabs %}

## Fields

| Name                         | Type                                                                | Description |
| ---------------------------- | ------------------------------------------------------------------- | ----------- |
| **COL\_NOCHANGE**            | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **COL\_NOT\_BG**             | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **ROWDELETE\_BMP**           | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **ROWEDIT\_BMP**             | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **ROWNEW\_BMP**              | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_BESTFIT**        | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_BOTTOM**         | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_CENTER**         | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_COLOR**          | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_LEFT**           | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_MONO**           | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_RIGHT**          | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_SCALE**          | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_TOFIT**          | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_TOP**            | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_BMP\_VCENTER**        | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_BOLD**           | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_DOTTEDCOLLINES** | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_DOTTEDROWLINES** | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_ITALIC**         | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_NOBOLD**         | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_NOCOLLINES**     | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_NOCOLORS**       | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_NOFONTS**        | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_NOITALIC**       | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_NOROWLINES**     | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_NOSTRIKEOUT**    | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_NOUNDERLINE**    | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_SOLIDCOLLINES**  | [UInt32](https://docs.microsoft.com/en-us/dotnet/api/system.uint32) |             |
| **TBL\_FLG\_SOLIDROWLINES**  | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_STRIKEOUT**      | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |
| **TBL\_FLG\_UNDERLINE**      | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)   |             |

## Methods

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)AddBitmap(table, hBitmap, nFlags, nWidth, nHeight, nIndex)

Adds a bitmap to the internal list.

| Parameter   | Type                                                                                     | Description |
| ----------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**   | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **hBitmap** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nFlags**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nWidth**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nHeight** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nIndex**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)AddRowBitmap(table, hBitmap, nFlags, nWidth, nHeight, nTransparentColor, nInversionColor, nRowFlags, nIndex, bReplace)

Defines the bitmap to show on the row header in combination with the row flags.

| Parameter             | Type                                                                                       | Description |
| --------------------- | ------------------------------------------------------------------------------------------ | ----------- |
| **table**             | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                  |             |
| **hBitmap**           | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)   |             |
| **nFlags**            | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)   |             |
| **nWidth**            | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)   |             |
| **nHeight**           | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)   |             |
| **nTransparentColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)   |             |
| **nInversionColor**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)   |             |
| **nRowFlags**         | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)   |             |
| **nIndex**            | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)   |             |
| **bReplace**          | [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)FreeBitmap(hBitmap)

Releases the bitmap resource.

| Parameter   | Type                                                                                     | Description |
| ----------- | ---------------------------------------------------------------------------------------- | ----------- |
| **hBitmap** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetCellBitmap(table, nRow, nCol)

Gets the index of the bitmap used for the cell.

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table** | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nCol**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetCellColor(table, nRow, nCol, nForeColor, nBackColor)

| Parameter      | Type                                                                                          | Description |
| -------------- | --------------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                     |             |
| **nRow**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)      |             |
| **nCol**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)      |             |
| **nForeColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |
| **nBackColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetCellFont(table, nRow, nCol)

Gets the font flags for a cell.

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table** | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nCol**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetColBitmap(table, nCol)

Gets a bitmap index for a column header.

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table** | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nCol**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetColColor(table, nCol, nForeColor, nBackColor)

| Parameter      | Type                                                                                          | Description |
| -------------- | --------------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                     |             |
| **nCol**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)      |             |
| **nForeColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |
| **nBackColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetColFont(table, nCol)

Gets the font flags for an entire column.

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table** | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nCol**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetColHdrColor(table, nCol, nForeColor, nBackColor)

| Parameter      | Type                                                                                          | Description |
| -------------- | --------------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                     |             |
| **nCol**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)      |             |
| **nForeColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |
| **nBackColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetColHdrFont(table, nCol)

Gets the font flags for a column header.

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table** | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nCol**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetRowColor(table, nRow, nForeColor, nBackColor)

| Parameter      | Type                                                                                          | Description |
| -------------- | --------------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                     |             |
| **nRow**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)      |             |
| **nForeColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |
| **nBackColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetRowFont(table, nRow)

Gets the font flags for an entire row.

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table** | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetRowHdrColor(table, nRow, nForeColor, nBackColor)

| Parameter      | Type                                                                                          | Description |
| -------------- | --------------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                     |             |
| **nRow**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md)      |             |
| **nForeColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |
| **nBackColor** | [SalNumber&](https://web-api.iceteagroup.com/ppj.web.vis.49/general/ppj.runtime.vis.vistblex) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetRowHdrFont(table, nRow)

Gets the font flags for a row header.

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table** | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)GetTableFont(table)

Gets the font flags for the table.

| Parameter | Type                                                      | Description |
| --------- | --------------------------------------------------------- | ----------- |
| **table** | [Control](https://docs.wisej.com/api?q=wisej.web.control) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)LoadBitmap(sFileName)

Loads a bitmap from the specified file.

| Parameter     | Type                                                                                     | Description |
| ------------- | ---------------------------------------------------------------------------------------- | ----------- |
| **sFileName** | [SalString](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salstring.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)RemoveBitmap(table, nIndex)

Removes the specified bitmap from the internal list.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nIndex** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)RemoveRowBitmap(table, nIndex)

Removes the specified row-header bitmap.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nIndex** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)Reset(table)

Resets all the Vis extended settings.

| Parameter | Type                                                      | Description |
| --------- | --------------------------------------------------------- | ----------- |
| **table** | [Control](https://docs.wisej.com/api?q=wisej.web.control) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetCellBitmap(table, nRow, nCol, nIndex)

Selected the bitmap to use for the cell.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nCol**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nIndex** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetCellColor(table, nRow, nCol, nForeColor, nBackColor)

Sets the BG and FG colors of an individual cell.

| Parameter      | Type                                                                                     | Description |
| -------------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nCol**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nForeColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nBackColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetCellFont(table, nRow, nCol, nFlags)

Sets the font flags for a cell, can be a combination of Vis.TBL\_FLG\_\*.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nCol**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nFlags** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetColBitmap(table, nCol, nIndex)

Selects the bitmap to use for the column header.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nCol**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nIndex** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetColColor(table, nCol, nForeColor, nBackColor)

Sets the BG and FG colors of an entire column.

| Parameter      | Type                                                                                     | Description |
| -------------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nCol**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nForeColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nBackColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetColFont(table, nCol, nFlags)

Sets the font flags for an entire column, can be a combination of Vis.TBL\_FLG\_\*.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nCol**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nFlags** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetColHdrColor(table, nCol, nForeColor, nBackColor)

Sets the BG and FG colors of the column header.

| Parameter      | Type                                                                                     | Description |
| -------------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nCol**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nForeColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nBackColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetColHdrFont(table, nCol, nFlags)

Sets the font flags for a column header, can be a combination of Vis.TBL\_FLG\_\*.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nCol**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nFlags** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetRowColor(table, nRow, nForeColor, nBackColor)

Sets the BG and FG colors of an entire row.

| Parameter      | Type                                                                                     | Description |
| -------------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nForeColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nBackColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetRowFont(table, nRow, nFlags)

Sets the font flags for an entire row, can be a combination of Vis.TBL\_FLG\_\*.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nFlags** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetRowHdrColor(table, nRow, nForeColor, nBackColor)

Sets the BG and FG colors of the row header.

| Parameter      | Type                                                                                     | Description |
| -------------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nForeColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nBackColor** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetRowHdrFont(table, nRow, nFlags)

Sets the font flags for a row header, can be a combination of Vis.TBL\_FLG\_\*.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nRow**   | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **nFlags** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)SetTableFont(table, nFlags)

Sets the font flags for the table, can be a combination of Vis.TBL\_FLG\_\*.

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **table**  | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                |             |
| **nFlags** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).
