API Reference
Class
VisioShapeSheetExtensions
Typed access to source-preserved Visio ShapeSheet sections.
Inheritance
- Object
- VisioShapeSheetExtensions
Methods
GetShapeSheetSections 2 overloads
public static IReadOnlyList<VisioShapeSheetSection> GetShapeSheetSections(VisioShape shape) #Returns:
IReadOnlyList<VisioShapeSheetSection>Returns unmodeled ShapeSheet sections retained on a shape.
Parameters
- shape OfficeIMO.Visio.VisioShape
public static IReadOnlyList<VisioShapeSheetSection> GetShapeSheetSections(VisioConnector connector) #Returns:
IReadOnlyList<VisioShapeSheetSection>Returns unmodeled ShapeSheet sections retained on a connector.
Parameters
- connector OfficeIMO.Visio.VisioConnector
RemoveShapeSheetSection 2 overloads
public static Boolean RemoveShapeSheetSection(VisioShape shape, String name) #Returns:
BooleanRemoves a named unmodeled ShapeSheet section from a shape.
Parameters
- shape OfficeIMO.Visio.VisioShape
- name System.String
public static Boolean RemoveShapeSheetSection(VisioConnector connector, String name) #Returns:
BooleanRemoves a named unmodeled ShapeSheet section from a connector.
Parameters
- connector OfficeIMO.Visio.VisioConnector
- name System.String
SetShapeSheetSection 2 overloads
public static VisioShape SetShapeSheetSection(VisioShape shape, VisioShapeSheetSection section) #Returns:
VisioShapeSets a typed ShapeSheet section without disturbing other preserved sections.
Parameters
- shape OfficeIMO.Visio.VisioShape
- section OfficeIMO.Visio.VisioShapeSheetSection
public static VisioConnector SetShapeSheetSection(VisioConnector connector, VisioShapeSheetSection section) #Returns:
VisioConnectorSets a typed ShapeSheet section without disturbing other preserved sections.
Parameters
- connector OfficeIMO.Visio.VisioConnector
- section OfficeIMO.Visio.VisioShapeSheetSection
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object