API Reference

Class

VisioUserCell

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Represents a row in a Visio ShapeSheet User section.

Inheritance

  • Object
  • VisioUserCell

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

Constructors

public VisioUserCell(String name, String value = null) #

Initializes a new user-defined cell row.

Parameters

name System.String requiredposition: 0
Row name.
value System.String = null optionalposition: 1
Value cell contents.

Properties

public String Name { get; } #

Row name.

public String Value { get; set; } #

Value cell contents.

public String Unit { get; set; } #

Optional unit for the Value cell.

public String Formula { get; set; } #

Optional ShapeSheet formula for the Value cell.

public String Prompt { get; set; } #

Optional prompt cell contents.

public String PromptFormula { get; set; } #

Optional ShapeSheet formula for the Prompt cell.