'Declaration Public Function HasContent( _
ByVal cellReferencesThe cell references.As CellReferences _
) As Boolean
public bool HasContent(
CellReferences cellReferences
)
public: bool HasContent(
CellReferences* cellReferences
)
public:
bool HasContent(
CellReferences^ cellReferences
)
Parameters
- cellReferences
- The cell references.
Return Value
True if worksheet has content in specified cells; otherwise, false.