Class CollectionSheet
public class CollectionSheet : Sheet<int, CollectionSheet.Row>, IDictionary<int, CollectionSheet.Row>, ICollection<KeyValuePair<int, CollectionSheet.Row>>, IEnumerable<KeyValuePair<int, CollectionSheet.Row>>, IEnumerable, ISheet
- Inheritance
-
CollectionSheet
- Implements
- Inherited Members
Constructors
CollectionSheet()
public CollectionSheet()