com.spire.xls.core
Interface IMigrantRange

All Superinterfaces:
java.lang.Iterable, IXLSRange

public interface IMigrantRange
extends IXLSRange

Represents range object for the single cell. Coordinates of such object can be changed. There should be only one such object for single worksheet.


Method Summary
 void resetRowColumn(int iRow, int iColumn)
          Resets row and column values.
 
Methods inherited from interface com.spire.xls.core.IXLSRange
activate, addComment, autoFitColumns, autoFitRows, borderAround, borderAround, borderAround, borderAround, borderInside, borderInside, borderInside, borderInside, borderNone, clear, clearContents, collapseGroup, expandGroup, expandGroup, freezePanes, get, get, get, get, getBooleanValue, getBorders, getBuiltInStyle, getCellList, getCellStyleName, getColumn, getColumnGroupLevel, getColumns, getColumnWidth, getComment, getConditionalFormats, getCount, getDataValidation, getDateTimeValue, getEndCell, getEntireColumn, getEntireRow, getEnvalutedValue, getErrorValue, getFormula, getFormulaArray, getFormulaArrayR1C1, getFormulaBoolValue, getFormulaErrorValue, getFormulaNumberValue, getFormulaR1C1, getFormulaStringValue, getHorizontalAlignment, getHtmlString, getIgnoreErrorOptions, getIndentLevel, getInnerFormulaDateTime, getLastColumn, getLastRow, getMergeArea, getNumberFormat, getNumberText, getNumberValue, getRangeAddress, getRangeAddressLocal, getRangeGlobalAddress, getRangeR1C1Address, getRangeR1C1AddressLocal, getRichText, getRow, getRowGroupLevel, getRowHeight, getRows, getStyle, getText, getTimeSpanValue, getValue, getValue2, getVerticalAlignment, getWorksheet, hasBoolean, hasDataValidation, hasDateTime, hasError, hasExternalFormula, hasFormula, hasFormulaArray, hasFormulaBoolValue, hasFormulaDateTime, hasFormulaErrorValue, hasFormulaNumberValue, hasFormulaStringValue, hasMerged, hasNumber, hasRichText, hasString, hasStyle, intersect, isBlank, isFormulaHidden, isGroupedByColumn, isGroupedByRow, isInitialized, isStringsPreserved, isStringsPreserved, isWrapText, isWrapText, merge, merge, merge, set, setBooleanValue, setBuiltInStyle, setFormulaNumberValue, setFormulaStringValue, setHtmlString, setIgnoreErrorOptions, setObjectValue, setValue, setVerticalAlignment, unMerge
 

Method Detail

resetRowColumn

void resetRowColumn(int iRow,
                    int iColumn)
Resets row and column values.

Parameters:
iRow - One-based row index of the new cell address.
iColumn - One-based column index of the new cell address.