Namespace: Spire.Xls.Core.Converter.General.Word.Formatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
protected void SetAttr( int key, Object value, bool isNonDefault )
Protected Sub SetAttr ( key As Integer, value As Object, isNonDefault As Boolean )
protected: void SetAttr( int key, Object^ value, bool isNonDefault )
member SetAttr : key : int * value : Object * isNonDefault : bool -> unit