SetColumnProperty Example

Example: Set SmartColumnA type of column which will automatically fill according to schedule data or entered data. For example, the Symbol Count SmartColumn automatically totals the number of symbols on a task row, and the Duration SmartColumn calculates the length of time between the first symbol and last symbol for each task row. property for column 2 to PercentComplete with a column heading of %.

With objMilestones

  .SetColumnProperty 2, "SmartColumn", "PercentComplete"

  .SetColumnProperty 2, "ColumnHeadingLine1", "%"

End With

 

 

Milestones Professional 2019 Automation Methods and Properties.  © Copyright 2018, KIDASA Software, Inc. All rights reserved.