Vcl.ExtCtrls.TCellSpan

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TCellSpan = 1..2147483647;

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.

See Also