Vcl.ExtCtrls.TCellSpan
Delphi
TCellSpan = 1..MaxInt;
C++
typedef int TCellSpan;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
Specifies the maximum rows a control will span on.
TCellSpan is a natural positive nonzero number that specifies the maximum rows a control will span on. TCellSpan is in the range from 1 through 2147483647.