GrapeCity MultiRow Windows Forms Documentation
GcMultiRow Property (CellNoteEditingControl)


Gets or sets the GcMultiRow that hosts this editing control.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Naming", 
   CheckId="CA1704:IdentifiersShouldBeSpelledCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Multi", 
   Justification="")>
<SuppressMessageAttribute(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Gc", 
   Justification="")>
Public Property GcMultiRow As GcMultiRow
Dim instance As CellNoteEditingControl
Dim value As GcMultiRow
 
instance.GcMultiRow = value
 
value = instance.GcMultiRow
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1704:IdentifiersShouldBeSpelledCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Multi", 
   Justification="")]
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Gc", 
   Justification="")]
public GcMultiRow GcMultiRow {get; set;}

Property Value

A GcMultiRow that hosts this editing control.
Remarks
This property is automatically set when a CellNote enters edit mode.
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

CellNoteEditingControl Class
CellNoteEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.