SetProperty Method

Class

AnyWin class.

Action

Sets the value of a property of an object.

Syntax

object.SetProperty (sName, aValue)
Variable Description
sName The name of the property to set. STRING.
aValue The value to assign to the sName property. ANYTYPE.

Example

// set the current column to 4
MySpreadsheet.SetProperty ("Col", 4)