XFileData.SetData Method

Language:

Sets a range of data.

Definition

Visual Basic Public Sub SetData( _
    ByVal data As Object _
)
C# public void SetData(
    object data
);
C++ public:
void SetData(
    Objectdata
);
JScript public function SetData(
    data : Object
);

Parameters

data System.Object
An Object Leave Site that contains the data to set into this XFileData object.

Remarks

Exception GraphicsException.ErrorCode Cause
GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.
XFileErrorCodes.NoMoreObjects No more child objects are available.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.