SpreadsheetGear 2023
OnContentStringFormatChanged Method (SheetTab)


SpreadsheetGear.Windows.Controls Namespace > SheetTab Class : OnContentStringFormatChanged Method
Syntax
'Declaration
 
Protected Overridable Sub OnContentStringFormatChanged( _
   ByVal oldContentStringFormat As System.String, _
   ByVal newContentStringFormat As System.String _
) 
'Usage
 
Dim instance As SheetTab
Dim oldContentStringFormat As System.String
Dim newContentStringFormat As System.String
 
instance.OnContentStringFormatChanged(oldContentStringFormat, newContentStringFormat)
protected virtual void OnContentStringFormatChanged( 
   System.string oldContentStringFormat,
   System.string newContentStringFormat
)

Parameters

oldContentStringFormat
newContentStringFormat
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

Reference

SheetTab Class
SheetTab Members