Back to Devexpress

PlaceholderSettings.Index Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-placeholdersettings-3d8a357e.md

latest1.5 KB
Original Source

PlaceholderSettings.Index Property

Gets or sets the placeholder’s numeric identifier within the slide/layout. You can use it to match placeholders between a master/layout and a slide.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public long Index { get; set; }
vb
Public Property Index As Long

Property Value

TypeDescription
Int64

The placeholder’s numeric identifier.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Index
FilledShape

.PlaceholderSettings .Index

|

See Also

PlaceholderSettings Class

PlaceholderSettings Members

DevExpress.Docs.Presentation Namespace