ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

Split.OnGetCellRange Method

Returns the upper and lower bounds for a merged column.

[Visual Basic]

Overridable Protected Function OnGetCellRange( _

ByVal row As Integer, _

ByVal col As Integer _

) As Split.CellRange

[C#]

virtual protected Split.CellRange OnGetCellRange(

int row,

int col

);

[Delphi]

strict protected function OnGetCellRange(

row: Int32;

col: Int32

): CellRange; virtual;

Parameters

row

Starting row

col

Starting colum.

Return Value

The CellRange object that defines the rows and columns for a merged cell.

See Also

Split Class | Split Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.