DocData.InitNew(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a document data class.
public:
virtual int InitNew(System::UInt32 formatIndex);
public int InitNew (uint formatIndex);
abstract member InitNew : uint32 -> int
override this.InitNew : uint32 -> int
Public Function InitNew (formatIndex As UInteger) As Integer
Parameters
- formatIndex
- UInt32
Index of the format we are using to represent the document.
Returns
Implements
Remarks
We only support a single file format so the parameter is redundant.