public class DataGridViewCellStyle extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewCellStyle
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.DataGridViewCellStyle
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewCellStyle() |
DataGridViewCellStyle(DataGridViewCellStyle dataGridViewCellStyle) |
DataGridViewCellStyle(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewCellStyle()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewCellStyle(DataGridViewCellStyle dataGridViewCellStyle) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ObjectDisposedException, ArgumentException, InvalidEnumArgumentException, ArgumentOutOfRangeException
public DataGridViewCellStyle(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void ApplyStyle(DataGridViewCellStyle dataGridViewCellStyle) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ObjectDisposedException, ArgumentException, InvalidEnumArgumentException, ArgumentOutOfRangeException
public static DataGridViewCellStyle cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewCellStyle, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewCellStyle instancejava.lang.Throwable - in case of error during cast operationpublic DataGridViewCellStyle Clone() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, InvalidEnumArgumentException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionpublic DataGridViewContentAlignment getAlignment() throws java.lang.Throwable
java.lang.Throwablepublic Color getBackColor() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getDataSourceNullValue() throws java.lang.Throwable
java.lang.Throwablepublic Font getFont() throws java.lang.Throwable
java.lang.Throwablepublic Color getForeColor() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFormat()
throws java.lang.Throwable
java.lang.Throwablepublic IFormatProvider getFormatProvider() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException
public boolean getIsDataSourceNullValueDefault()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsFormatProviderDefault()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsNullValueDefault()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject getNullValue() throws java.lang.Throwable
java.lang.Throwablepublic Padding getPadding() throws java.lang.Throwable
java.lang.Throwablepublic Color getSelectionBackColor() throws java.lang.Throwable
java.lang.Throwablepublic Color getSelectionForeColor() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewTriState getWrapMode() throws java.lang.Throwable
java.lang.Throwablepublic void setAlignment(DataGridViewContentAlignment Alignment) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, InvalidEnumArgumentException
public void setDataSourceNullValue(NetObject DataSourceNullValue) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, InvalidEnumArgumentException
public void setFont(Font Font) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, InvalidEnumArgumentException
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, InvalidEnumArgumentException
public void setFormat(java.lang.String Format)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
ArgumentException,
InvalidEnumArgumentException
public void setFormatProvider(IFormatProvider FormatProvider) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, InvalidEnumArgumentException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setNullValue(NetObject NullValue) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, InvalidEnumArgumentException
public void setPadding(Padding Padding) throws java.lang.Throwable, InvalidOperationException, ObjectDisposedException, ArgumentException, InvalidEnumArgumentException, ArgumentOutOfRangeException
java.lang.ThrowableInvalidOperationExceptionObjectDisposedExceptionArgumentExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionpublic void setSelectionBackColor(Color SelectionBackColor) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, InvalidEnumArgumentException
public void setSelectionForeColor(Color SelectionForeColor) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, InvalidEnumArgumentException
public void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void setWrapMode(DataGridViewTriState WrapMode) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException