GrapeCity MultiRow Windows Forms Documentation
BeginEditCellNote Method


CellPosition of Cell indicates the cell position.
Sets the specified Cell's CellNote into edit mode.
Syntax
Public Function BeginEditCellNote( _
   ByVal cellPosition As CellPosition _
) As Boolean
Dim instance As GcMultiRow
Dim cellPosition As CellPosition
Dim value As Boolean
 
value = instance.BeginEditCellNote(cellPosition)
public bool BeginEditCellNote( 
   CellPosition cellPosition
)

Parameters

cellPosition
CellPosition of Cell indicates the cell position.

Return Value

true if successful; otherwise, false.
Exceptions
ExceptionDescription
System.ArgumentException

The cellPosition's CellPosition.SectionIndex is less than 0 or greater than the owner Section's count.

-or-

The cellPosition is invalid.

System.InvalidOperationExceptionThe specified Cell's CellNote is null.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.