FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : GetActiveWorkbook Method |
'Declaration Public Function GetActiveWorkbook() As SpreadView
'Usage Dim instance As SpreadView Dim value As SpreadView value = instance.GetActiveWorkbook()
public SpreadView GetActiveWorkbook()
Active workbook (SpreadView object)
FarPoint.Win.Spread.SpreadView sv; sv = fpSpread1.GetRootWorkbook(); label1.Text = sv.GetActiveWorkbook().ToString();
Dim sv As FarPoint.Win.Spread.SpreadView sv = FpSpread1.GetRootWorkbook Label1.Text = sv.GetActiveWorkbook().ToString()
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
SpreadView Class
SpreadView Members
Working with the Active Sheet
Working with Hierarchical Data Display