Excel Plus
  • 👋Welcome
  • 🛠️Components
    • Analysis
      • ⚫Add Spark Bar
      • ⚫Add Spark Line
      • ⚫Conditional Bars
      • ⚫Conditional Between
      • ⚫Conditional Blank
      • ⚫Conditional Percent
      • ⚫Conditional Scale
      • ⚫Conditional Text
      • ⚫Conditional Top
      • ⚫Conditional Unique
      • ⚫Conditional Value
    • Cell
      • ⚫Cell Content
      • ⚫Cell Address
      • ⚫Cell Location
      • ⚫Generate Cells
    • Format
      • ⚫Border
      • ⚫Clear
      • ⚫Fill
      • ⚫Font
      • ⚫Size
    • Range
      • ⚫Construct Range
      • ⚫New Range
      • ⚫Populate Range
      • ⚫Deconstruct Range
      • ⚫Explode Range
      • ⚫Range Extents
      • ⚫Sub Ranges
      • ⚫Merge Ranges
    • Worksheet
      • ⚫Construct Worksheet
      • ⚫Deconstruct Worksheet
      • ⚫Worksheet Properties
      • ⚫Place Image
    • Workbook
      • ⚫Construct Workbook
      • ⚫Deconstruct Workbook
      • ⚫Workbook Properties
      • ⚫Open Workbook
      • ⚫Save Workbook
      • ⚫Read Workbook
      • ⚫Write Workbook
Powered by GitBook
On this page
  • Description
  • Usage
  1. Components
  2. Cell

Cell Location

Gets or Sets a Cell's Location

PreviousCell AddressNextGenerate Cells

Last updated 1 year ago

Description

Gets or Sets a Cell's Location

Name | Cell Location

Nickname | Cell Loc

Tab | ExcelPlus

Panel | Cell

Division | 2

Cel | Cell (cell) | A Cell or Address (ex. A1)

C | Column (int) | The Cell Column index

R | Row (int) | The Cell Row index

AC | Absolute Column (bool) | Is the Cell Column absolute

AR | Absolute Row (bool) | Is the Cell Row absolute

Cel | Cell (cell) | An Excel Cell Object

C | Column (int) | The Cell Column index

R | Row (int) | The Cell Row index

AC | Absolute Column (bool) | Is the Cell Column absolute

AR | Absolute Row (bool) | Is the Cell Row absolute

none

Usage

🛠️
⚫