Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Retrieve the attribute byte for the specified field.

Property Get VBS_Attribute(row as Variant, column as Variant) As Integer

...

NoNameTypeOptionalDefaultDescription

1

row

Variant

No

-

A row inside the field for which to retrieve teh the attribute byte

2

column

Variant

No

-

A column inside the field for which to retrieve the attribute byte

The returned value is the attribute byte of the field at the specified position or 0 if the screen is not formatted.

...