Share via


GridLineWidth, GridLineWidthBand, GridLineWidthFixed, GridLineWidthHeader, GridLineWidthIndent, GridLineWidthUnpopulated Properties (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns or sets the width, in pixels, of the lines displayed between cells, bands, headers, indents, or unpopulated areas.

Syntax

object.GridLineWidth [= value]
object.GridLineWidthBand(BandNumber) [= value]
object.GridLineWidthFixed [= value]
object.GridLineWidthHeader(BandNumber) [= value]
object.GridLineWidthIndent(BandNumber) [= value]
object.GridLineWidthUnpopulated [= value]

Syntax for the GridLineWidth, GridLineWidthBand, GridLineWidthFixed, GridLineWidthHeader, GridLineWidthIndent, and GridLineWidthUnpopulated properties has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
BandNumber Required. A Long value that specifies the band being affected.
value A numeric expression that specifies the preferred width, in pixels, for the current line.

See Also

ModHFGrid Control