Beispiel #1
0
 public SLExcelData( )
 {
     Status   = new SLExcelStatus( );
     Headers  = new List <string>( );
     DataRows = new List <List <string> >( );
 }
Beispiel #2
0
 public SLExcelData( )
 {
     Status = new SLExcelStatus( );
     Headers = new List<string>( );
     DataRows = new List<List<string>>( );
 }