GetNumberOfSymbolsInLine

 

Purpose: Obtain the number of symbols on any given task row of the schedule.

 

Returns: Integer ( The number of symbols on the task row. (1 based))

 

Argument  

Type

Required

Purpose

1

Integer

Yes

Task Row (1 Based)

 

  1.  

 

 

 

Example: This example gets the number of symbols in row 2.

With objMilestones

  nNumSymbolsThisLine = .GetNumberOfSymbolsInLine(2)

  MsgBox nNumSymbolsThisLine

End With

 

The task row must exist or an error is generated.

 

 

 

 

Related Topics

  1. GetLastUsedLine
  2. GetLinesPerPage
  3. GetLineOfSymbolTag

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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.