VisTblEx
PPJ.Runtime.Vis.VisTblEx
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Extensions
public class VisTblEx
Fields
TBL_BMP_BESTFIT
Bitmap should be sized to fit in the region where it is placed by scaling the width and height by the same amount
Methods
AddBitmap(table, hBitmap, nFlags, nWidth, nHeight, nTransparentColor, nInversionColor, nIndex)

Adds a bitmap to the internal list.
Returns: SalNumber.
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.
Returns: SalNumber.
FreeBitmap(hBitmap)

Releases the bitmap resource.
Returns: SalBoolean.
GetCellBitmap(table, nRow, nCol)

Gets the index of the bitmap used for the cell.
Returns: SalNumber.
GetCellColor(table, nRow, nCol, nForeColor, nBackColor)

Returns: SalBoolean.
GetCellFont(table, nRow, nCol)

Gets the font flags for a cell.
Returns: SalNumber.
GetColBitmap(table, nCol)

Gets a bitmap index for a column header.
Returns: SalNumber.
GetColColor(table, nCol, nForeColor, nBackColor)

Returns: SalBoolean.
GetColFont(table, nCol)

Gets the font flags for an entire column.
Returns: SalNumber.
GetColHdrColor(table, nCol, nForeColor, nBackColor)

Returns: SalBoolean.
GetColHdrFont(table, nCol)

Gets the font flags for a column header.
Returns: SalNumber.
GetRowColor(table, nRow, nForeColor, nBackColor)

Returns: SalBoolean.
GetRowFont(table, nRow)

Gets the font flags for an entire row.
Returns: SalNumber.
GetRowHdrColor(table, nRow, nForeColor, nBackColor)

Returns: SalBoolean.
GetRowHdrFont(table, nRow)

Gets the font flags for a row header.
Returns: SalNumber.
GetTableFont(table)

Gets the font flags for the table.
Returns: SalNumber.
LoadBitmap(sFileName)

Loads a bitmap from the specified file.
Returns: SalNumber.
RemoveBitmap(table, nIndex)

Removes the specified bitmap from the internal list.
Returns: SalBoolean.
RemoveRowBitmap(table, nIndex)

Removes the specified row-header bitmap.
Returns: SalBoolean.
Reset(table)

Resets all the Vis extended settings.
Returns: SalBoolean.
SetCellBitmap(table, nRow, nCol, nIndex)

Selected the bitmap to use for the cell.
Returns: SalBoolean.
SetCellColor(table, nRow, nCol, nForeColor, nBackColor)

Sets the BG and FG colors of an individual cell.
Returns: SalBoolean.
SetCellFont(table, nRow, nCol, nFlags)

Sets the font flags for a cell, can be a combination of Vis.TBL_FLG_*.
Returns: SalBoolean.
SetColBitmap(table, nCol, nIndex)

Selects the bitmap to use for the column header.
Returns: SalBoolean.
SetColColor(table, nCol, nForeColor, nBackColor)

Sets the BG and FG colors of an entire column.
Returns: SalBoolean.
SetColFont(table, nCol, nFlags)

Sets the font flags for an entire column, can be a combination of Vis.TBL_FLG_*.
Returns: SalBoolean.
SetColHdrColor(table, nCol, nForeColor, nBackColor)

Sets the BG and FG colors of the column header.
Returns: SalBoolean.
SetColHdrFont(table, nCol, nFlags)

Sets the font flags for a column header, can be a combination of Vis.TBL_FLG_*.
Returns: SalBoolean.
SetRowColor(table, nRow, nForeColor, nBackColor)

Sets the BG and FG colors of an entire row.
Returns: SalBoolean.
SetRowFont(table, nRow, nFlags)

Sets the font flags for an entire row, can be a combination of Vis.TBL_FLG_*.
Returns: SalBoolean.
SetRowHdrColor(table, nRow, nForeColor, nBackColor)

Sets the BG and FG colors of the row header.
Returns: SalBoolean.
SetRowHdrFont(table, nRow, nFlags)

Sets the font flags for a row header, can be a combination of Vis.TBL_FLG_*.
Returns: SalBoolean.
SetTableFont(table, nFlags)

Sets the font flags for the table, can be a combination of Vis.TBL_FLG_*.
Returns: SalBoolean.
Last updated