XFileData.SetData Method |
Language: |
Sets a range of data.
Visual Basic Public Sub SetData( _
ByVal data As Object _
)C# public void SetData(
object data
);C++ public:
void SetData(
Object^ data
);JScript public function SetData(
data : Object
);
data System.Object
An Object that contains the data to set into this XFileData object.
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.