GrapeCity MultiRow Windows Forms Documentation
CellNote Constructor(String,Size)


The CellNote text.
The CellNote size.
Initializes a new instance of the CellNote class.
Syntax
Public Function New( _
   ByVal text As String, _
   ByVal size As Size _
)
Dim text As String
Dim size As Size
 
Dim instance As New CellNote(text, size)
public CellNote( 
   string text,
   Size size
)

Parameters

text
The CellNote text.
size
The CellNote size.
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

CellNote Class
CellNote Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.