ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

Split.Height Property

Gets or sets the height of a split.

[Visual Basic]

Public Property Height As Integer

[C#]

public int Height {get;set;}

[Delphi]

public property Height: Int32 read get_Height write set_Height;

Example

The following code sets the height of the first split to 35:

·      Visual Basic

       Me.C1TrueDBGrid1.Splits(0).Height = 35

·      C#

       this.c1TrueDBGrid1.Splits[0].Height = 35;

·      Delphi

       Self.C1TrueDBGrid1.Splits(0).Height := 35;

See Also

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


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