Document.CurrentRsid 属性

定义

获取 Microsoft Office Word 指派给文档中更改的一个随机数。

public int CurrentRsid { get; }

属性值

Int32

Microsoft Office Word 分配给文档中更改的一个随机数。

注解

如果 StoreRSIDOnSave 属性的属性 Options 为,则 true 每次保存文档时,Word 都会生成一个随机数,应用程序将使用该数字来简化和合并文档。 Word 将随机数存储在表中,并在每次保存后更新该表。 CurrentRsid属性返回 Word 分配给文档的最后一个数字。

适用于