Objective Grid for Microsoft® .NET® Reference Guide

CellControl.CanMergeCell Method

Back to Class Index

[Visual Basic]
Overridable Protected Function CanMergeCell( _
ByVal nRow As Integer, _
ByVal nCol As Integer, _
ByVal style As Style, _
ByVal mtType As Integer _
) As Boolean
[C#]
protected virtual bool CanMergeCell(
int* nRow,
int* nCol,
Style* style,
int* mtType
);

See Also

CellControl Class | CellControl Members | Stingray.Grid Namespace