Floor Interface
Represents the floor of a 3-D chart.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("7E64D2BE-2818-48CB-8F8A-CC7B61D9E860")> _
Public Interface Floor
'Usage
Dim instance As Floor
[GuidAttribute("7E64D2BE-2818-48CB-8F8A-CC7B61D9E860")]
public interface Floor
Examples
Use the Floor property to return the Floor object. The following example sets the floor color for embedded chart one to cyan. The example will fail if the chart isn’t a 3-D chart.