Purpose: Get information about a column.
Return Value: Variant, the column property. (see list below)
|
Argument |
Type |
Required |
Purpose |
||||||||||||||||||
|
1 |
Integer |
Yes |
Column (1-20) See Column Numbering to see how columns are numbered. |
||||||||||||||||||
|
2 |
String |
Yes |
Desired Property from list below
|
Note: If using VB.NET, use the alternate method .GetColumnPropertyString to return a string instead of an integer for any arguments that return an integer.
|
Example: Get the type of SmartColumn for column 1. The example code below returns "StartDate" since column 1 is a Start Date SmartColumn. The MsgBox displays "Column Type = StartDate" With objMilestones strColumnType = .GetColumnProperty(1, "SmartColumn") MsgBox "Column Type = " + strColumnType End With
|
Related Topics
To effectively program with this interface, it's important to learn all about Milestones Professional. Learn about Milestones.
Milestones Professional 2023 Automation Methods and Properties. © Copyright 2000-2023, KIDASA Software, Inc. All rights reserved.