GrapeCity MultiRow Windows Forms Documentation
CellStyle Property (CellFormattingEventArgs)


Gets or sets the cell style that is being formatted.
Syntax
Public Property CellStyle As CellStyle
Dim instance As CellFormattingEventArgs
Dim value As CellStyle
 
instance.CellStyle = value
 
value = instance.CellStyle
public CellStyle CellStyle {get; set;}

Property Value

A CellStyle value that represents the display style of the cell being formatted. The default is the cell's InheritedStyle property value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellFormattingEventArgs Class
CellFormattingEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.