GrapeCity MultiRow Windows Forms Documentation
ParsingApplied Property


Gets or sets a value that indicates whether a cell's value has been successfully parsed.
Syntax
Public Property ParsingApplied As Boolean
Dim instance As CellParsingEventArgs
Dim value As Boolean
 
instance.ParsingApplied = value
 
value = instance.ParsingApplied
public bool ParsingApplied {get; set;}

Property Value

true if the cell's value has been successfully parsed; otherwise, false. The default is false.
Remarks
A GcMultiRow.CellParsing event handler sets the ParsingApplied property which indicates whether the new cell value was successfully parsed and no further conversion is necessary.
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.