Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Worksheet Class


In This Topic
    Worksheet Class Methods
    In This Topic

    For a list of all members of this type, see Worksheet members.

    Public Methods
     NameDescription
    Public MethodStarts the calculation process in all the Cells containing a formula and update their Value properties once the process is done.  
    Public MethodClears specific elements in the Worksheet.  
    Public MethodOverloaded. Deletes Columns at a specific index in the Worksheet.  
    Public MethodOverloaded. Deletes a CellRange and allows to specify in which direction the Cells located after the deleted range will be shifted.  
    Public MethodDeletes Rows at a specific index in the Worksheet.  
    Public Method

    Imports data of type Array, 2D-Array, ArrayList, ICollection, IDictionary, DataTable, DataView or CSV path/stream in a Worksheet.

     
    Public MethodOverloaded. Inserts new Columns at a specific index in the Worksheet.  
    Public MethodOverloaded. Inserts an empty CellRange and allows to specify in which direction the Cells located after the inserted range will be shifted.  
    Public MethodInserts new Rows at a specific index in the Worksheet.  
    Public Method

    Protects a Worksheet by enabling or disabling specific actions.

    This can be done with or without a password.

     
    Public MethodSearches into the content of the Worksheet and replaces all occurences of a specific value with a new value.  
    Public MethodSearches into the content of the Worksheet and replaces all instances of the SearchValues with their corresponding NewValues.  
    Public MethodUnprotects a Worksheet.  
    Top
    See Also