dbicList Send comments on this topic.
dbiCellFormat Class Members
See Also  Properties 
dbicBase Assembly > Dbi.WinControl Namespace : dbiCellFormat Class


"

The following tables list the members exposed by dbiCellFormat.

"

Public Constructors

 NameDescription
public ConstructordbiCellFormat ConstructorOverloaded. Initializes a new instance of the dbiCellFormat class.  
Top

Public Properties

 NameDescription
public PropertyAlignmentOffsetDetermines the vertical and horizontal offset values used to calculate the position of the text/image.  
public PropertyBackColorDetermines the background color of a cell.  
public PropertyBackColorToDetermines the secondary background color of a cell.  
public PropertyColumnDetermines the column to apply the format.  
public PropertyDateFormatDefines how DateTime values are formatted and displayed in the cell, depending on the culture.  
public PropertyFillTypeDetermines the fill pattern of a cell.  
public PropertyFontDetermines the font of a cell.  
public PropertyForeColorDetermines the forecolor of a cell.  
public PropertyImageAlignDetermines the vertical and horizontal alignment of an image in a cell.  
public PropertyImageIndexDetermines the image to place in a cell.  
public PropertyTextAlignDetermines the vertical and horizontal alignment of the text in a cell.  
Top

See Also