Spread ASP.NET 6.0 Product Documentation
SheetViewCollection Class Members
See Also  Properties  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SheetViewCollection Class


Glossary Item Box

The following tables list the members exposed by SheetViewCollection.

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets or sets the number of sheets in a collection.  
Public PropertyItemOverloaded. Gets or sets the sheet at a specific position in the collection.  
Top

Protected Properties

 NameDescription
Protected PropertyInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Top

Public Methods

 NameDescription
Public MethodAddAdds a sheet to the collection.  
Public MethodAddRangeAdds a range of sheets to the collection.  
Public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodContainsOverloaded. Specifies whether a specified sheet is in the collection.  
Public MethodCopyToCopies the sheets in the collection to an array.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public MethodGetSheetViewGets the sheet with the specified name from the collection.  
Public MethodIndexOfGets the index of a specified sheet in the collection.  
Public MethodInsertInserts a specified sheet at a specified place in the collection.  
Public MethodMoveMoves the specified SheetView to a different index in the collection.  
Public MethodRemoveRemoves a specified sheet from a collection.  
Public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top

Protected Methods

 NameDescription
Protected MethodOnClearOverridden. Processes the OnClear event, which clear the collection.  
Protected MethodOnClearCompletePerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnInsertCompleteOverridden. Processes the OnInsertComplete event, which inserts a sheet in the collection.  
Protected MethodOnRemoveOverridden. Processes the OnRemove event, which removes a sheet in the collection.  
Protected MethodOnRemoveCompleteOverridden. Performs additional custom processes after removing an element from the SheetViewCollection instance.  
Protected MethodOnSetOverridden. Processes the OnSet event, which set a new sheet in the collection.  
Protected MethodOnSetCompleteOverridden. Processes the OnSetComplete event, which set a new sheet in the collection.  
Protected MethodOnValidateOverridden. Processes the OnValidate event, which validates a sheet in the collection.  
Top

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.