WorksheetOptionsElementSplitHorizontalOffset Property |
Contains the number of points from the top of the window that a worksheet is split horizontally.
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int SplitHorizontalOffset { get; set; }
Public Property SplitHorizontalOffset As Integer
Get
Set
public:
property int SplitHorizontalOffset {
int get ();
void set (int value);
}
member SplitHorizontalOffset : int with get, set
Property Value
Type:
Int32
See Also