Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / IRangeBase<T> Interface
Properties Methods

In This Topic
    IRangeBase<T> Interface Members
    In This Topic

    The following tables list the members exposed by IRangeBase<T>.

    Public Properties
     NameDescription
     PropertyGets the number of items in the range.  
     PropertyGets the items in the range.  
     PropertyGets or sets the last item in the range.  
     PropertyGets or sets the first item in the range.  
    Top
    Public Methods
     NameDescription
     MethodClears specific elements in the range.  
     MethodSearches into the content of the range and replaces all occurences of a specific value with a new value.  
     MethodSearches into the content of the range and replaces all instances of the searchValues with their corresponding newValues.  
    Top
    See Also