API Reference

Class

VisioShapeSheetRow

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

One named or indexed row in a Visio ShapeSheet section.

Inheritance

  • Object
  • VisioShapeSheetRow

Usage

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

Constructors

public VisioShapeSheetRow(String name) #

Creates a named ShapeSheet row.

Parameters

name System.String requiredposition: 0

Methods

public VisioShapeSheetCell FindCell(String name) #
Returns: VisioShapeSheetCell

Finds a cell by native name.

Parameters

name System.String requiredposition: 0
public VisioShapeSheetCell SetCell(String name, String value = null, String formula = null, String unit = null) #
Returns: VisioShapeSheetCell

Sets or creates a cell while retaining unmodeled row content.

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; set; } #

Gets or sets the universal row name.

public Nullable<Int32> Index { get; set; } #

Gets or sets the zero-based native row index.

public IReadOnlyList<VisioShapeSheetCell> Cells { get; } #

Gets the row's typed cells.