VisTblEx

PPJ.Runtime.Vis.VisTblEx

Namespace: PPJ.Runtime.Vis

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

public class VisTblEx

Fields

Methods

Adds a bitmap to the internal list.

Returns: SalNumber.

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

Returns: SalNumber.

Releases the bitmap resource.

Returns: SalBoolean.

Gets the index of the bitmap used for the cell.

Returns: SalNumber.

Returns: SalBoolean.

Gets the font flags for a cell.

Returns: SalNumber.

Gets a bitmap index for a column header.

Returns: SalNumber.

Returns: SalBoolean.

Gets the font flags for an entire column.

Returns: SalNumber.

Returns: SalBoolean.

Gets the font flags for a column header.

Returns: SalNumber.

Returns: SalBoolean.

Gets the font flags for an entire row.

Returns: SalNumber.

Returns: SalBoolean.

Gets the font flags for a row header.

Returns: SalNumber.

Gets the font flags for the table.

Returns: SalNumber.

Loads a bitmap from the specified file.

Returns: SalNumber.

Removes the specified bitmap from the internal list.

Returns: SalBoolean.

Removes the specified row-header bitmap.

Returns: SalBoolean.

Resets all the Vis extended settings.

Returns: SalBoolean.

Selected the bitmap to use for the cell.

Returns: SalBoolean.

Sets the BG and FG colors of an individual cell.

Returns: SalBoolean.

Sets the font flags for a cell, can be a combination of Vis.TBL_FLG_*.

Returns: SalBoolean.

Selects the bitmap to use for the column header.

Returns: SalBoolean.

Sets the BG and FG colors of an entire column.

Returns: SalBoolean.

Sets the font flags for an entire column, can be a combination of Vis.TBL_FLG_*.

Returns: SalBoolean.

Sets the BG and FG colors of the column header.

Returns: SalBoolean.

Sets the font flags for a column header, can be a combination of Vis.TBL_FLG_*.

Returns: SalBoolean.

Sets the BG and FG colors of an entire row.

Returns: SalBoolean.

Sets the font flags for an entire row, can be a combination of Vis.TBL_FLG_*.

Returns: SalBoolean.

Sets the BG and FG colors of the row header.

Returns: SalBoolean.

Sets the font flags for a row header, can be a combination of Vis.TBL_FLG_*.

Returns: SalBoolean.

Sets the font flags for the table, can be a combination of Vis.TBL_FLG_*.

Returns: SalBoolean.

Last updated