AnyWin class.
Sets the value of a property of an object.
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. |
// set the current column to 4 MySpreadsheet.SetProperty ("Col", 4)