'Declaration Property Formulas As System.Collections.Generic.List(Of String)
'Usage Dim instance As IExcelGeneralRule Dim value As System.Collections.Generic.List(Of String) instance.Formulas = value value = instance.Formulas
System.Collections.Generic.List<string> Formulas {get; set;}