public class SelectionRange extends Object
| Constructor and Description |
|---|
SelectionRange() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getSourceColumnId1()
Gets the beginning of the range of columns
|
Long |
getSourceColumnId2()
Gets the ending of the range of columns
|
Long |
getSourceRowId1()
Gets the beginning of the range of rows
|
Long |
getSourceRowId2()
Gets the ending of the range of rows
|
SelectionRange |
setSourceColumnId1(Long sourceColumnId1)
Sets the beginning of the range of columns
|
SelectionRange |
setSourceColumnId2(Long sourceColumnId2)
Sets the ending of the range of columns
|
SelectionRange |
setSourceRowId1(Long sourceRowId1)
Sets the beginning of the range of rows
|
SelectionRange |
setSourceRowId2(Long sourceRowId2)
Sets the ending of the range of rows
|
public Long getSourceColumnId1()
public SelectionRange setSourceColumnId1(Long sourceColumnId1)
sourceColumnId1 - public Long getSourceColumnId2()
public SelectionRange setSourceColumnId2(Long sourceColumnId2)
sourceColumnId2 - public Long getSourceRowId1()
public SelectionRange setSourceRowId1(Long sourceRowId1)
sourceRowId1 - public Long getSourceRowId2()
public SelectionRange setSourceRowId2(Long sourceRowId2)
sourceRowId2 - Copyright © 2014–2019 Smartsheet. All rights reserved.