'Declaration Public Property BandFormats As List(Of Integer)
'Usage Dim instance As ExcelSurfaceChart Dim value As List(Of Integer) instance.BandFormats = value value = instance.BandFormats
public List<int> BandFormats {get; set;}
'Declaration Public Property BandFormats As List(Of Integer)
'Usage Dim instance As ExcelSurfaceChart Dim value As List(Of Integer) instance.BandFormats = value value = instance.BandFormats
public List<int> BandFormats {get; set;}