VisTblEx

PPJ.Runtime.Vis.VisTblEx

Namespace: PPJ.Runtime.Vis

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

public class VisTblEx

Fields

NameTypeDescription

COL_NOCHANGE

COL_NOT_BG

ROWDELETE_BMP

ROWEDIT_BMP

ROWNEW_BMP

TBL_BMP_BESTFIT

TBL_BMP_BOTTOM

TBL_BMP_CENTER

TBL_BMP_COLOR

TBL_BMP_LEFT

TBL_BMP_MONO

TBL_BMP_RIGHT

TBL_BMP_SCALE

TBL_BMP_TOFIT

TBL_BMP_TOP

TBL_BMP_VCENTER

TBL_FLG_BOLD

TBL_FLG_DOTTEDCOLLINES

TBL_FLG_DOTTEDROWLINES

TBL_FLG_ITALIC

TBL_FLG_NOBOLD

TBL_FLG_NOCOLLINES

TBL_FLG_NOCOLORS

TBL_FLG_NOFONTS

TBL_FLG_NOITALIC

TBL_FLG_NOROWLINES

TBL_FLG_NOSTRIKEOUT

TBL_FLG_NOUNDERLINE

TBL_FLG_SOLIDCOLLINES

TBL_FLG_SOLIDROWLINES

TBL_FLG_STRIKEOUT

TBL_FLG_UNDERLINE

Methods

Adds a bitmap to the internal list.

ParameterTypeDescription

table

hBitmap

nFlags

nWidth

nHeight

nIndex

Returns: SalNumber.

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

ParameterTypeDescription

table

hBitmap

nFlags

nWidth

nHeight

nTransparentColor

nInversionColor

nRowFlags

nIndex

bReplace

Returns: SalNumber.

Releases the bitmap resource.

ParameterTypeDescription

hBitmap

Returns: SalBoolean.

Gets the index of the bitmap used for the cell.

ParameterTypeDescription

table

nRow

nCol

Returns: SalNumber.

ParameterTypeDescription

table

nRow

nCol

nForeColor

nBackColor

Returns: SalBoolean.

Gets the font flags for a cell.

ParameterTypeDescription

table

nRow

nCol

Returns: SalNumber.

Gets a bitmap index for a column header.

ParameterTypeDescription

table

nCol

Returns: SalNumber.

ParameterTypeDescription

table

nCol

nForeColor

nBackColor

Returns: SalBoolean.

Gets the font flags for an entire column.

ParameterTypeDescription

table

nCol

Returns: SalNumber.

ParameterTypeDescription

table

nCol

nForeColor

nBackColor

Returns: SalBoolean.

Gets the font flags for a column header.

ParameterTypeDescription

table

nCol

Returns: SalNumber.

ParameterTypeDescription

table

nRow

nForeColor

nBackColor

Returns: SalBoolean.

Gets the font flags for an entire row.

ParameterTypeDescription

table

nRow

Returns: SalNumber.

ParameterTypeDescription

table

nRow

nForeColor

nBackColor

Returns: SalBoolean.

Gets the font flags for a row header.

ParameterTypeDescription

table

nRow

Returns: SalNumber.

Gets the font flags for the table.

ParameterTypeDescription

table

Returns: SalNumber.

Loads a bitmap from the specified file.

ParameterTypeDescription

sFileName

Returns: SalNumber.

Removes the specified bitmap from the internal list.

ParameterTypeDescription

table

nIndex

Returns: SalBoolean.

Removes the specified row-header bitmap.

ParameterTypeDescription

table

nIndex

Returns: SalBoolean.

Resets all the Vis extended settings.

ParameterTypeDescription

table

Returns: SalBoolean.

Selected the bitmap to use for the cell.

ParameterTypeDescription

table

nRow

nCol

nIndex

Returns: SalBoolean.

Sets the BG and FG colors of an individual cell.

ParameterTypeDescription

table

nRow

nCol

nForeColor

nBackColor

Returns: SalBoolean.

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

ParameterTypeDescription

table

nRow

nCol

nFlags

Returns: SalBoolean.

Selects the bitmap to use for the column header.

ParameterTypeDescription

table

nCol

nIndex

Returns: SalBoolean.

Sets the BG and FG colors of an entire column.

ParameterTypeDescription

table

nCol

nForeColor

nBackColor

Returns: SalBoolean.

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

ParameterTypeDescription

table

nCol

nFlags

Returns: SalBoolean.

Sets the BG and FG colors of the column header.

ParameterTypeDescription

table

nCol

nForeColor

nBackColor

Returns: SalBoolean.

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

ParameterTypeDescription

table

nCol

nFlags

Returns: SalBoolean.

Sets the BG and FG colors of an entire row.

ParameterTypeDescription

table

nRow

nForeColor

nBackColor

Returns: SalBoolean.

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

ParameterTypeDescription

table

nRow

nFlags

Returns: SalBoolean.

Sets the BG and FG colors of the row header.

ParameterTypeDescription

table

nRow

nForeColor

nBackColor

Returns: SalBoolean.

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

ParameterTypeDescription

table

nRow

nFlags

Returns: SalBoolean.

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

ParameterTypeDescription

table

nFlags

Returns: SalBoolean.

Last updated