UiPath Documentation
activities
latest
false

Productivity activities

GetCellColor

Gets the background color of a specified cell.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

string GetCellColor(
	IWorkbook workbook,
	IWorksheet sheet,
	string cellAddress
)
string GetCellColor(
	IWorkbook workbook,
	IWorksheet sheet,
	string cellAddress
)

Parameters

workbook IWorkbook : The workbook file to use.

sheet IWorksheet : The sheet where the cell is located.

cellAddress String : The cell address (e.g. A1).

Return value

String - The background color as a hex string.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated