Version

NameBoxWidth Method

Gets sets the width of the name box within the formula bar.
Syntax
'Declaration
 
Public Function NameBoxWidth( _
   ByVal nameBoxWidth As System.Nullable(Of Integer) _
) As SpreadsheetWrapper
public SpreadsheetWrapper NameBoxWidth( 
   System.Nullable<int> nameBoxWidth
)

Parameters

nameBoxWidth
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub