FillFormat.TextureTile Property

Returns the texture tile style for the specified fill. Read/write MsoTriState.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property TextureTile As MsoTriState
    Get
    Set
'Usage
Dim instance As FillFormat
Dim value As MsoTriState

value = instance.TextureTile

instance.TextureTile = value
MsoTriState TextureTile { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState
Returns MsoTriState.

Remarks

MsoTriState can be one of these MsoTriState constants.

msoCTrue

MsoTriState.msoFalse

MsoTriState.msoTriStateMixed

MsoTriState.msoTriStateToggle

MsoTriState.msoTrue

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Excel Namespace