API Reference

Class

VisioShapeSheetSection

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Typed, source-preserving view of an otherwise unmodeled Visio ShapeSheet section.

Inheritance

  • Object
  • VisioShapeSheetSection

Usage

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

Accepted by parameters

Constructors

public VisioShapeSheetSection(String name) #

Creates a named ShapeSheet section.

Parameters

name System.String requiredposition: 0

Methods

public VisioShapeSheetRow FindRow(String name) #
Returns: VisioShapeSheetRow

Finds a row by universal name.

Parameters

name System.String requiredposition: 0
public VisioShapeSheetRow GetOrAddRow(String name) #
Returns: VisioShapeSheetRow

Gets or creates a named row.

Parameters

name System.String requiredposition: 0

Properties

public String Name { get; set; } #

Gets or sets the native section name.

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

Gets or sets the native section index.

public IReadOnlyList<VisioShapeSheetRow> Rows { get; } #

Gets the typed rows while unmodeled attributes and child elements remain preserved.