Intersoft WebScheduler Documentation
MonthExportColumnLength Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerTimelineView Class : MonthExportColumnLength Property






Glossary Item Box

Specifies Month view export column length per row.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies Month view export column length per row.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property MonthExportColumnLength As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As System.Integer
 
instance.MonthExportColumnLength = value
 
value = instance.MonthExportColumnLength
C# 
[System.ComponentModel.DescriptionAttribute("Specifies Month view export column length per row.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public System.int MonthExportColumnLength {get; set;}
Delphi 
public read-write property MonthExportColumnLength: System.Integer; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies Month view export column length per row.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set MonthExportColumnLength : System.int
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies Month view export column length per row.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.int get_MonthExportColumnLength();
public: __property void set_MonthExportColumnLength( 
   System.int value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies Month view export column length per row.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.int MonthExportColumnLength {
   System.int get();
   void set (    System.int value);
}

Property Value

The default value is 16.

Requirements

Target Platforms: 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

©2013 Intersoft Solutions Corp. All Rights Reserved.