PutCell

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

Return: none

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

Notes:

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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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.