Spread Windows Forms 6.0 Product Documentation
StartingColumnNumber Property
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : StartingColumnNumber Property


Glossary Item Box

Gets or sets the number or letter displayed in the first column header on this sheet.

Syntax

Visual Basic (Declaration) 
Public Property StartingColumnNumber As Integer
Visual Basic (Usage)Copy Code
Dim instance As SheetView
Dim value As Integer
 
instance.StartingColumnNumber = value
 
value = instance.StartingColumnNumber
C# 
public int StartingColumnNumber {get; set;}

Property Value

Integer number to start the numbering of the columns displayed in the headers

Example

This example sets the starting column and row numbering for the active sheet.
C#Copy Code
fpSpread1.ActiveSheet.StartingColumnNumber = 3;
fpSpread1.ActiveSheet.StartingRowNumber = 4;
Visual BasicCopy Code
FpSpread1.ActiveSheet.StartingColumnNumber = 3
FpSpread1.ActiveSheet.StartingRowNumber = 4

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.