The TabCellStyle class is used to work with table cell style.
Property name | Brief description | |
The AccessRights property sets access permissions for the data used for this style. | ||
Outdated. Use ITabCellStyle.ActivationEditorMode. | ||
The ActivationEditorMode property determines cell editor activation type. | ||
The BackgroundBrush determines the brush that is used to fill cell background. | ||
Outdated. Use ITabCellStyle.BackgroundBrush. | ||
The BackgroundPicture property determines the index of background image of the table cell. | ||
The BackgroundPictureWrapMode property determines the method of background image overlay. | ||
The Binding property determines parameters of the editor that is used to edit cell values. | ||
The BorderColor property determines the line color of the specified table cell border. | ||
The BorderStyle property determines the line type of the specified table cell border. | ||
The BorderWeight property determines line thickness of the specified table cell border. | ||
The Cursor property determines the cursor appearance over the table cell. | ||
The CustomFormat property determines the data display format in the table cell. | ||
The DisplayEmptyAs property determines text contents set for the cells with missing values. | ||
The DisplayZeroAs property determines text contents set for the cells with zero values. | ||
The EnablePictureEvents property determines whether events on the cell image can be processed. | ||
The EnablePictures property determines whether images are displayed in the table cell. | ||
The FitHorizontal property determines whether an image are fitted into the table cell width. | ||
The FitVertical property determines whether an image must be fitted into the table cell height. | ||
The Font property determines the font of the table cell text. | ||
The FormatType property determines the number format in the table cell. | ||
The FormulaHidden property determines whether formula is visible in the cell. | ||
The Hint property determines tooltip text in a cell. | ||
The HorizontalAlignment property determines horizontal alignment for text in the table cell. | ||
The HoverPicture property determines index of the image from the image collection which must be displayed in the table cell on mouse cursor hovering over it. | ||
The Hyperlink property determines cell hyperlink parameters implemented by the ITabHyperlink interface. | ||
The LocalCustomFormat property determines format of data display in the table cell, considering the current regional settings. | ||
The Locked property determines whether the cell is protected from editing. | ||
The Margins property determines text margins in the table cell in millimeters. | ||
The NormalPicture property determines the index of the image from the image collection, which must be displayed in the table cell. | ||
Outdated. Use ITabCellStyle.BackgroundBrush. | ||
Outdated. Use ITabCellStyle.BackgroundBrush. | ||
The PictureCursor property determines the cursor type, when it hovers over the table cell image. | ||
The PictureHorizontalAlignment property determines the horizontal position of an image in the table cell. | ||
The PictureTooltip property determines the text of the tooltip for an image in the table cell. | ||
The PictureVerticalAlignment property determines the vertical position of an image in the table cell. | ||
The Printable property determines whether the table cell can be printed. | ||
The PushedPicture property determines the index of an image from the image collection, that must be displayed in the table cell, on clicking it with mouse. | ||
The Text property determines text of the table cell. | ||
The TextOverPictureHorizontal property determines whether the text is displayed over image when the cell text is arranged horizontally. | ||
The TextOverPictureVertical property determines whether text must be displayed over an image when the text is oriented vertically | ||
The Unselectable property determines whether the cell is selected. | ||
The VerticalAlignment property determines the vertical alignment for the text in the table cell. | ||
The WrapText property determines whether text in table cells must be wrapped. |
Method name | Brief description | |
AdjustFormatPrecision | The AdjustFormatPrecision method changes precision of custom format. | |
ApplyStyle | The ApplyStyle method sets parameters of the current style in accordance with parameters of a specified style. | |
Assign | The Assign method assigns the parameters from the other style to the current style. | |
Equal | The Equal method compares styles. | |
LoadFromContainer | Outdated. Use IStyledEntity.LoadStyleFromContainer. | |
LoadFromXml | The LoadFromXml method loads cell style from the row in the XML format. | |
SaveToContainer | Outdated. Use IStyledEntity.SaveStyleToContainer. | |
SaveToXml | The SaveToXml saves table cell style to the row in the XML format. |
See also: