Share via


Table.Interpolation Property

interpolation.Represents the attribte in schema: interpolation

Namespace:  DocumentFormat.OpenXml.InkML
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "interpolation")> _
Public Property Interpolation As EnumValue(Of TableInterpolationValues)
    Get
    Set
'Usage
Dim instance As Table
Dim value As EnumValue(Of TableInterpolationValues)

value = instance.Interpolation

instance.Interpolation = value
[SchemaAttrAttribute(, "interpolation")]
public EnumValue<TableInterpolationValues> Interpolation { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TableInterpolationValues>

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.InkML Namespace