Get Cell Style

Category

Excel Commands

Description

This command gets text from a specified Excel Cell. Use this command when you want to get a value from a specific cell.

Parameters

Instance Name

Indicate the instance name for the selected workbook

Sheet Name

Indicate the name of the sheet within the Workbook to activate

Cell

Enter the Cell Location (ex. A1 or B2)

Type of style

Select type of style

  • Background Color: Get cell style to a background color

  • Font Name: Get cell style to a font name

  • Font Size: Get cell style to a font size

  • Font Italic: Get cell style to a font italic

  • Font Underline: Get cell style to a font underline

Variable

Assign result to variable

Returned Value

This command does not have returned value.

Example Usage

Example Location:

BYpass\Examples\Excel Commands\Get Cell Style\Get Cell Style.xml

See Also