Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Sets the height - in points (1/72

...

of

...

an

...

inch)

...

-

...

of

...

all

...

rows

...

in

...

this

...

Area.

...

This

...

must

...

be

...

a

...

value

...

that

...

is

...

between

...

0

...

-

...

409.

...

Signature
C#
C#
 public double AllRowsHeight{ set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public WriteOnly Property AllRowsHeight() As Double
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

a.AllRowsHeight = 30;
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

a.AllRowsHeight = 30
{code} {example} {scrollbar}
Scrollbar