RC-WinTrans Object Model Help |
Class ProjectFiles |
The "ProjectFiles" object is a collection of "ProjectFile" objects.
Member | Description | |
---|---|---|
Add | Adds a "ProjectFile" object to the collection. Add( ProjectFilePath As String ) As ProjectFile
|
|
Item | Returns the project file at the specified index. Item(Index as Variant) As ProjectFile
|
|
Remove | Removes the project file at the specified index. Remove(Index As Variant)
|
|
Count | Returns the number of project files in the collection. |