GrapeCity MultiRow Windows Forms Documentation
GetAllCellNotes Method


Retrieves all Cell's CellNote and the associated cell's position.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1024:UsePropertiesWhereAppropriate", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Public Function GetAllCellNotes() As Dictionary(Of CellPosition,CellNote)
Dim instance As GcMultiRow
Dim value As Dictionary(Of CellPosition,CellNote)
 
value = instance.GetAllCellNotes()
[SuppressMessage(Category="Microsoft.Design", 
   CheckId="CA1024:UsePropertiesWhereAppropriate", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
public Dictionary<CellPosition,CellNote> GetAllCellNotes()

Return Value

Dictionary'2, include the CellNote and the associated Cell's CellPosition for all Cells in the GcMultiRow control.
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.