'Declaration Public Function GetIsSingleCell( _
ByVal cellReferencesThe cell references.As CellReferences _
) As Boolean
public bool GetIsSingleCell(
CellReferences cellReferences
)
public: bool GetIsSingleCell(
CellReferences* cellReferences
)
public:
bool GetIsSingleCell(
CellReferences^ cellReferences
)
Parameters
- cellReferences
- The cell references.
Return Value
True - cell references are represented by single cell or merged cell; otherwise, false.