An NDoc Documented Class Library

Storage.xltoright Field

Constant: (public) xltoright : constant for MSExcel xldown variable see MSDN for more information

[Visual Basic]
Public const xltoright As Long = -4161
[C#]
public const long xltoright = -4161;
[C++]
public: const __int64 xltoright = -4161;
[JScript]
public const var xltoright: long = -4161;

Remarks

This should be and enum but what the hell:) Link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaxl11/html/xlhowConstants_HV01049962.asp

See Also

Storage Class | CommodityStorage.Storage Namespace