Version

HiddenRowCollection Class Members

The following tables list the members exposed by HiddenRowCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of rows in the collection.  
Public PropertyItemGets the row at the specified index.  
Public PropertyWorksheetGets the worksheet associated with this collection.  
Public Methods
 NameDescription
Public MethodAddAdds a row to the collection.  
Public MethodClearClears all rows from the collection.  
Public MethodContainsDetermines whether the specified row exists in the collection.  
Public MethodRemoveRemoves the specified row from the collection if it exists.  
Public MethodRemoveAtRemoves the row at the specified index in the collection.  
See Also