Namespace: Spire.Xls.Core.Converter.General.Word.Formatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected Dictionary<int, bool> PropsUpdateFlags { get; }
Protected ReadOnly Property PropsUpdateFlags As Dictionary(Of Integer, Boolean)
	Get
protected:
property Dictionary<int, bool>^ PropsUpdateFlags {
	Dictionary<int, bool>^ get ();
}
member PropsUpdateFlags : Dictionary<int, bool> with get

Property Value

Dictionary<(Of <(<'Int32, Boolean>)>)>

See Also