public class DataGridTableStyle extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridTableStyle
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.DataGridTableStyle
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridTableStyle() |
DataGridTableStyle(boolean isDefaultTableStyle) |
DataGridTableStyle(CurrencyManager listManager) |
DataGridTableStyle(java.lang.Object instance)
Internal constructor.
|
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridTableStyle()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
InvalidEnumArgumentException,
Win32Exception,
OutOfMemoryException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionpublic DataGridTableStyle(boolean isDefaultTableStyle)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
ExternalException,
NullReferenceException,
IndexOutOfRangeException,
RankException,
InvalidEnumArgumentException,
MulticastNotSupportedException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionExternalExceptionNullReferenceExceptionIndexOutOfRangeExceptionRankExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionNotSupportedExceptionpublic DataGridTableStyle(CurrencyManager listManager) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionWin32ExceptionOutOfMemoryExceptionpublic DataGridTableStyle(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addAllowSortingChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addAlternatingBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addColumnHeadersVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGridLineColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGridLineStyleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHeaderBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHeaderFontChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHeaderForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLinkColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLinkHoverColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMappingNameChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreferredColumnWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreferredRowHeightChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowHeadersVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowHeaderWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelectionBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelectionForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic boolean BeginEdit(DataGridColumnStyle gridColumn, int rowNumber) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, MulticastNotSupportedException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException, SecurityException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionMulticastNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionSecurityExceptionpublic static DataGridTableStyle cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridTableStyle, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridTableStyle instancejava.lang.Throwable - in case of error during cast operationpublic boolean EndEdit(DataGridColumnStyle gridColumn, int rowNumber, boolean shouldAbort) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionpublic boolean getAllowSorting()
throws java.lang.Throwable
java.lang.Throwablepublic Color getAlternatingBackColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public Color getBackColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public boolean getColumnHeadersVisible()
throws java.lang.Throwable
java.lang.Throwablepublic DataGrid getDataGrid() throws java.lang.Throwable
java.lang.Throwablepublic Color getForeColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public GridColumnStylesCollection getGridColumnStyles() throws java.lang.Throwable
java.lang.Throwablepublic Color getGridLineColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public DataGridLineStyle getGridLineStyle() throws java.lang.Throwable
java.lang.Throwablepublic Color getHeaderBackColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public Font getHeaderFont() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
public Color getHeaderForeColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic Color getLinkColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public Color getLinkHoverColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
public java.lang.String getMappingName()
throws java.lang.Throwable
java.lang.Throwablepublic int getPreferredColumnWidth()
throws java.lang.Throwable
java.lang.Throwablepublic int getPreferredRowHeight()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRowHeadersVisible()
throws java.lang.Throwable
java.lang.Throwablepublic int getRowHeaderWidth()
throws java.lang.Throwable
java.lang.Throwablepublic Color getSelectionBackColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public Color getSelectionForeColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public void removeAllowSortingChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeAlternatingBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeColumnHeadersVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGridLineColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGridLineStyleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHeaderBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHeaderFontChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHeaderForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLinkColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLinkHoverColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMappingNameChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreferredColumnWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreferredRowHeightChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowHeadersVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowHeaderWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelectionBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelectionForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ResetAlternatingBackColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NullReferenceException,
Win32Exception,
OutOfMemoryException
public void ResetBackColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ExternalException,
NullReferenceException,
Win32Exception,
OutOfMemoryException
public void ResetForeColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ExternalException,
NullReferenceException,
Win32Exception,
OutOfMemoryException
public void ResetGridLineColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NullReferenceException
public void ResetHeaderBackColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NullReferenceException
public void ResetHeaderFont()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetHeaderForeColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ExternalException,
KeyNotFoundException
public void ResetLinkColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NullReferenceException
public void ResetLinkHoverColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetSelectionBackColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NullReferenceException,
Win32Exception,
OutOfMemoryException
public void ResetSelectionForeColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NullReferenceException,
Win32Exception,
OutOfMemoryException
public void setAllowSorting(boolean AllowSorting)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setAlternatingBackColor(Color AlternatingBackColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ExternalException, NullReferenceException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionExternalExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionpublic void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ExternalException, NullReferenceException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionExternalExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionpublic void setColumnHeadersVisible(boolean ColumnHeadersVisible)
throws java.lang.Throwable
java.lang.Throwablepublic void setDataGrid(DataGrid DataGrid) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, ArgumentException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, RankException
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, ExternalException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionExternalExceptionWin32ExceptionOutOfMemoryExceptionpublic void setGridLineColor(Color GridLineColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionExternalExceptionpublic void setGridLineStyle(DataGridLineStyle GridLineStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setHeaderBackColor(Color HeaderBackColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ExternalException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionExternalExceptionNullReferenceExceptionpublic void setHeaderFont(Font HeaderFont) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setHeaderForeColor(Color HeaderForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setLinkColor(Color LinkColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionExternalExceptionpublic void setLinkHoverColor(Color LinkHoverColor) throws java.lang.Throwable
java.lang.Throwablepublic void setMappingName(java.lang.String MappingName)
throws java.lang.Throwable,
NullReferenceException,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setPreferredColumnWidth(int PreferredColumnWidth)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setPreferredRowHeight(int PreferredRowHeight)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setRowHeadersVisible(boolean RowHeadersVisible)
throws java.lang.Throwable
java.lang.Throwablepublic void setRowHeaderWidth(int RowHeaderWidth)
throws java.lang.Throwable
java.lang.Throwablepublic void setSelectionBackColor(Color SelectionBackColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ExternalException, NullReferenceException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionExternalExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionpublic void setSelectionForeColor(Color SelectionForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, ExternalException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionExternalExceptionWin32ExceptionOutOfMemoryException