Package com.grapecity.documents.excel
Interface IAutoMergeRangeInfo
public interface IAutoMergeRangeInfo
Represents the auto merge range information.
-
Method Summary
Modifier and TypeMethodDescriptionGets the auto merge direction.getMode()Gets the auto merge mode.getRange()Gets the auto merge range.Gets the auto merge direction.voidsetDirection(AutoMergeDirection direction) Sets the auto merge direction.voidsetMode(AutoMergeMode mode) Sets the auto merge mode.voidSets the auto merge range.voidsetSelectionMode(AutoMergeSelectionMode selectionMode) Sets the auto merge direction.
-
Method Details
-
getRange
IRange getRange()Gets the auto merge range. -
setRange
Sets the auto merge range. -
getDirection
AutoMergeDirection getDirection()Gets the auto merge direction. -
setDirection
Sets the auto merge direction. -
getMode
AutoMergeMode getMode()Gets the auto merge mode. -
setMode
Sets the auto merge mode. -
getSelectionMode
AutoMergeSelectionMode getSelectionMode()Gets the auto merge direction. -
setSelectionMode
Sets the auto merge direction.
-