VB Code:
Private iColumn As Integer
Private iLine As Integer
Private iGroup As Integer
Private bValueSet As Boolean
Private n_txt As Long 'This was defined as object -> Now, soft referenced
Private n_pct As Long 'This was defined as object -> Now, soft referenced
Private iValue As Integer
Private sPerColumn As String
Private sPerLine As String
Private sPerGroup As String
Private sMissing As String
Which are member variables which can be accessed through public properties. The question is, should I add a soft reference into the collection or can I just add the object itself?