PutCell

 

Purpose: Place text into a cell on one of the 20 columns on the schedule.

 

Argument  

Type

Required

Purpose

1

Integer

Yes

Task Row (1 based)

2

Integer

Yes

Column (1-20) See Column Numbering to see how columns are numbered.

3

String

Yes

Text to place into cell

 

Task rows are added as needed.  The column number is one based and uses a specific numbering scheme.

 

Example: Place text into the description cell in column 1 of row 2.

 

With objMilestones

  .PutCell 2, 1, "This is the description text."

End With

 

Related Topics

  1. SetCellProperty
  2. SetColumnProperty
  3. Example 1 - Create, print, and save a file

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

To effectively program with this interface, it's important to learn all about Milestones Professional.  Learn about Milestones.

Milestones Professional 2025 Automation Methods and Properties.  © Copyright 2000-2025, KIDASA Software, Inc. All rights reserved.