GrapeCity MultiRow Windows Forms Documentation
CellStyle Property (CellParsingEventArgs)


Gets or sets the style applied to the edited cell.
Syntax
Public Property CellStyle As CellStyle
Dim instance As CellParsingEventArgs
Dim value As CellStyle
 
instance.CellStyle = value
 
value = instance.CellStyle
public CellStyle CellStyle {get; set;}

Property Value

A CellStyle that represents the current style of the cell being edited. The default cell value is the InheritedStyle property value.
Remarks
You can use this property to determine the formatting in effect for the cell. Setting this property or changing the properties of the object that this property returns has no effect unless the ParsingApplied is false when the event handler exits. In this case, the CellStyle.NullValue, CellStyle.DataSourceNullValue, and CellStyle.FormatProvider properties of the cell style are used to parse the cell 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

CellParsingEventArgs Class
CellParsingEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.