API Reference
Class
ExcelVisualCell
Visual cell metadata in an Excel range snapshot.
Inheritance
- Object
- ExcelVisualCell
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelRangeVisualSnapshot.Cells
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Row { get; } #One-based source row.
public Int32 Column { get; } #One-based source column.
public Double X { get; } #X position in CSS pixels.
public Double Y { get; } #Y position in CSS pixels.
public Double Width { get; } #Cell width in CSS pixels.
public Double Height { get; } #Cell height in CSS pixels.
public String Text { get; } #Formatted display text.
public ExcelCellStyleSnapshot Style { get; } #Resolved cell style.
public Boolean CoveredByMerge { get; } #Whether this cell is hidden by another merged cell in the snapshot.
public ExcelHyperlinkSnapshot Hyperlink { get; } #Hyperlink metadata attached to this cell, when available.
public IReadOnlyList<ExcelVisualTextRun> RichTextRuns { get; } #Rich text runs attached to this cell, when available.
public ExcelVisualCellValueKind ValueKind { get; } #Value kind used for Excel visual policies such as default General alignment.