GrapeCity MultiRow Windows Forms Documentation
Notational Conventions

This topic describes the notational conventions of MultiRow.

Notation of DataType

This help file uses the Visual Basic data types. The sample code uses types for that language. The following chart lists type differences between different languages.

CLR Visual Basic C#
System.Byte Byte byte
System.SByte Sbyte sbyte
System.Int16 Short short
System.Int32 Integer int
System.Int64 Long long
System.UInt16 UInt16 ushort
System.UInt32 UInt32 uint
System.UInt64 Uint64 ulong
System.Single Single float
System.Double Double double
System.Decimal Decimal decimal
System.Boolean Boolean bool
System.Char Char char
System.Decimal Decimal decimal
System.IntPtr IntPtr IntPtr
System.UIntPtr UIntPtr UintPtr
System.Object Object object
System.String String string

Sample Code

Sample code for MultiRow is provided in Visual Basic and C#. In most cases, you can  paste the sample code in a standard Windows application project created in Visual Studio and run it. If a namespace is specified at the beginning of the code, add that section to the beginning of the source file. For example, the steps to create a simple project to run the sample code are as follows.

  1. Select File - New - Project from Visual Studio.
  2. Create a Windows Application in Visual Basic or C# from the New Project dialog.
  3. Select the GcMultiRow control from the Visual Studio toolbox and place it on the form.
  4. Select a Button control from the Visual Studio toolbox and place it on the form.
  5. Double-click on the Button control placed on the form and paste the sample code.
  6. Run the project by pressing the F5 key.

Generate an event handler in Visual Studio before using any code related to event handlers. Also, make sure you link the procedure to control events using the Properties window.

Illustrations and Screenshots

Links to Web Sites

This help includes links to Websites as reference information. In most cases the Web link icon is displayed in front of a web site link as shown below.

It is possible that certain URL links might have changed and you might not be able to browse the respective information.

Registered Trademarks or Trademarks

 

See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options