A collection of the lines of code in one of an object's Procedures. Each line of code is a member of the Lines collection. The following example sets the string sLine1 to the first line of code in the first Event member of the Procedures collection for the object Rect1:
Dim sLine1 As String
sLine1 = Rect1.Procedures.Item(1).Lines.Item(1).ProcedureStatement
Methods
Properties
Events
There are no events for this object.