ChartFillFormat.UserTextured Method
Fills the specified shape with small tiles of an image. If you want to fill the shape with one large image, use the UserPicture(Object, Object, Object, Object) method.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub UserTextured ( _
TextureFile As String _
)
'Usage
Dim instance As ChartFillFormat
Dim TextureFile As String
instance.UserTextured(TextureFile)
void UserTextured(
string TextureFile
)
Parameters
TextureFile
Type: System.StringRequired String. The name of the picture file.