Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / setBindingPath Method
In This Topic
    setBindingPath Method
    In This Topic
    Sets the binding path of the current cell or column. If range is normal range, sets the binding path of the top-left cell of range. If range is EntireColumn, sets the binding path of the left column binding path of range. If range is EntireRow, do nothing.
    Syntax
    void setBindingPath( 
       java.lang.String value
    )

    Parameters

    value
    See Also