GrapeCity MultiRow Windows Forms Documentation
CreateGridTemplateForColumnMode(Int32,Int32,Int32) Method


A System.Int32 indicates the row count.
A System.Int32 indicates the cell's width in the Row section.
A System.Int32 indicates the cell's height in the Row section.
Creates a standard left-to-right layout matrix Template with the specified column count and cell's size.
Syntax
Public Overloads Shared Function CreateGridTemplateForColumnMode( _
   ByVal rowCount As Integer, _
   ByVal cellWidth As Integer, _
   ByVal cellHeight As Integer _
) As Template
Dim rowCount As Integer
Dim cellWidth As Integer
Dim cellHeight As Integer
Dim value As Template
 
value = Template.CreateGridTemplateForColumnMode(rowCount, cellWidth, cellHeight)
public static Template CreateGridTemplateForColumnMode( 
   int rowCount,
   int cellWidth,
   int cellHeight
)

Parameters

rowCount
A System.Int32 indicates the row count.
cellWidth
A System.Int32 indicates the cell's width in the Row section.
cellHeight
A System.Int32 indicates the cell's height in the Row section.

Return Value

A Template that represents a standard left-to-right layout matrix Template.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException

The rowCount is less than or equal to 0.

-or-

The cellWidth is less than or equal to 0.

-or-

The cellHeight is less than or equal to 0.

Remarks
Using the CreateGridTemplateForColumnMode(Int32) method, you can change the default TextBoxCell's initial size using cellWidth and cellHeight. This size can influence the ColumnHeaderCell's size and RowHeaderCell's width.
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

Template Class
Template Members
Overload List
CreateGridTemplateForColumnMode(Int32) Method
CreateGridTemplateForColumnMode(Int32,Int32,Int32,Int32) Method
CreateGridTemplateForColumnMode(Int32,Int32,Int32,Int32,AutoGenerateGridTemplateStyles) Method
CreateGridTemplateForColumnMode(Int32,Int32,Int32,Int32,AutoGenerateGridTemplateStyles,Int32) Method
CreateGridTemplateForColumnMode(IEnumerable<Cell>) Method
CreateGridTemplateForColumnMode(IEnumerable<Cell>,Int32) Method
CreateGridTemplateForColumnMode(IEnumerable<Cell>,Int32,AutoGenerateGridTemplateStyles) Method
CreateGridTemplateForColumnMode(IEnumerable<Cell>,Int32,AutoGenerateGridTemplateStyles,Int32) Method

 

 


Copyright © GrapeCity, inc. All rights reserved.