GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : BeginEditCellNote Method |
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 )
Exception | Description |
---|---|
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.InvalidOperationException | The specified Cell's CellNote is null. |
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