Intersoft WebGrid Documentation
UseCellMergingForExcelReport Field
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > DynARInfo Class : UseCellMergingForExcelReport Field






Determines whether exporting for Excel report uses cell merging (whether cells should be merged together where applicable).

Syntax

Visual Basic (Declaration) 
Public UseCellMergingForExcelReport As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DynARInfo
Dim value As Boolean
 
value = instance.UseCellMergingForExcelReport
 
instance.UseCellMergingForExcelReport = value
C# 
public bool UseCellMergingForExcelReport
Delphi 
public field UseCellMergingForExcelReport: Boolean; 
JScript 
public var UseCellMergingForExcelReport : boolean;
Managed Extensions for C++ 
public: bool UseCellMergingForExcelReport
C++/CLI 
public:
bool UseCellMergingForExcelReport

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.