Class GridTableItemStyle

GridTableItemStyle class

public class GridTableItemStyle : TableItemStyle, ISerializable

Constructors

NameDescription
GridTableItemStyle()Default constructor.

Properties

NameDescription
BackImageAttributes { get; set; }Background image attributes.
BackImageUrl { get; set; }Background image url.
BottomBorderStyle { get; set; }Specifies the style of the cell’s bottom border.
Custom { get; set; }Gets or sets the custom format, null or empty string means no custom format.
IndentLevel { get; set; }Gets or sets indent level.
IsLocked { get; set; }Gets or sets a value indicating whether a cell can be modified or not when its worksheet is protected. When its worksheet is protected and IsLocked is true, the cell can not be edit. When its worksheet is protected and IsLocked is false, the cell can be edit.
LeftBorderStyle { get; set; }Specifies the style of the cell’s left border.
NumberType { get; set; }Gets or sets the display format of numbers and dates. The formatting patterns are different for different regions.
QuotePrefix { get; set; }Indicates whether the cell’s value starts with single quote mark.
RightBorderStyle { get; set; }Specifies the style of the cell’s right border.
RotationAngle { get; set; }Gets or sets Rotation attribute.
TopBorderStyle { get; set; }Specifies the style of the cell’s top border.

Methods

NameDescription
override AddAttributesToRender(HtmlTextWriter, WebControl)Internal use only. Implementation method Do not call this method directly.
override CopyFrom(Style)Copies from another style object.
override GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
override MergeWith(Style)Merges with another style object.

See Also