Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICalculatedFields Interface / Remove Method
Name of calculated field you want to remove
In This Topic
    Remove Method (ICalculatedFields)
    In This Topic
    Remove the calculated fields by name.
    Syntax
    void Remove( 
       System.string fieldName
    )

    Parameters

    fieldName
    Name of calculated field you want to remove
    See Also