API Reference

Class

VisioShapeSheetCell

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

One typed cell in a Visio ShapeSheet row.

Inheritance

  • Object
  • VisioShapeSheetCell

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public VisioShapeSheetCell(String name, String value = null, String formula = null, String unit = null) #

Creates a ShapeSheet cell.

Parameters

name System.String requiredposition: 0
value System.String = null optionalposition: 1
formula System.String = null optionalposition: 2
unit System.String = null optionalposition: 3

Properties

public String Name { get; } #

Gets the ShapeSheet cell name.

public String Value { get; set; } #

Gets or sets the cached cell value.

public String Formula { get; set; } #

Gets or sets the native ShapeSheet formula.

public String Unit { get; set; } #

Gets or sets the native unit token.

public String Error { get; } #

Gets the producer error token, when present.