public class DataGridViewColumn extends DataGridViewBand
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewColumn
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=10.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.DataGridViewColumn
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewColumn() |
DataGridViewColumn(DataGridViewCell cellTemplate) |
DataGridViewColumn(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDisposed(EventHandler handler) |
static DataGridViewColumn |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewColumn, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
DataGridViewAutoSizeColumnMode |
getAutoSizeMode() |
DataGridViewCell |
getCellTemplate() |
NetType |
getCellType() |
java.lang.String |
getDataPropertyName() |
int |
getDisplayIndex() |
int |
getDividerWidth() |
Single |
getFillWeight() |
DataGridViewColumnHeaderCell |
getHeaderCell() |
java.lang.String |
getHeaderText() |
DataGridViewAutoSizeColumnMode |
getInheritedAutoSizeMode() |
boolean |
getIsDataBound() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getMinimumWidth() |
java.lang.String |
getName() |
int |
GetPreferredWidth(DataGridViewAutoSizeColumnMode autoSizeColumnMode,
boolean fixedHeight) |
ISite |
getSite() |
DataGridViewColumnSortMode |
getSortMode() |
java.lang.String |
getToolTipText() |
NetType |
getValueType() |
int |
getWidth() |
void |
removeDisposed(EventHandler handler) |
void |
setAutoSizeMode(DataGridViewAutoSizeColumnMode AutoSizeMode) |
void |
setCellTemplate(DataGridViewCell CellTemplate) |
void |
setDataPropertyName(java.lang.String DataPropertyName) |
void |
setDisplayIndex(int DisplayIndex) |
void |
setDividerWidth(int DividerWidth) |
void |
setFillWeight(Single FillWeight) |
void |
setHeaderCell(DataGridViewColumnHeaderCell HeaderCell) |
void |
setHeaderText(java.lang.String HeaderText) |
void |
setJCOInstance(JCObject instance) |
void |
setMinimumWidth(int MinimumWidth) |
void |
setName(java.lang.String Name) |
void |
setSite(ISite Site) |
void |
setSortMode(DataGridViewColumnSortMode SortMode) |
void |
setToolTipText(java.lang.String ToolTipText) |
void |
setValueType(NetType ValueType) |
void |
setWidth(int Width) |
close, Dispose, getContextMenuStrip, getDefaultCellStyle, getDefaultHeaderCellType, getDisplayed, getFrozen, getHasDefaultCellStyle, getIndex, getInheritedStyle, getReadOnly, getResizable, getSelected, getTag, getVisible, setContextMenuStrip, setDefaultCellStyle, setDefaultHeaderCellType, setDisplayed, setFrozen, setIndex, setReadOnly, setResizable, setSelected, setTag, setVisiblegetDataGridView, getState, setDataGridView, setStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewColumn()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentNullException,
NotSupportedException,
FormatException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
Win32Exception,
LockRecursionException,
SynchronizationLockException,
OutOfMemoryException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionNotSupportedExceptionFormatExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionWin32ExceptionLockRecursionExceptionSynchronizationLockExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic DataGridViewColumn(DataGridViewCell cellTemplate) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, CultureNotFoundException, OutOfMemoryException, InvalidCastException, ObjectDisposedException, Win32Exception, LockRecursionException, AbandonedMutexException, SynchronizationLockException, RankException, ArrayTypeMismatchException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionCultureNotFoundExceptionOutOfMemoryExceptionInvalidCastExceptionObjectDisposedExceptionWin32ExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionRankExceptionArrayTypeMismatchExceptionpublic DataGridViewColumn(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static DataGridViewColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewColumn, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewColumn instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, InvalidOperationException, InvalidEnumArgumentException, OutOfMemoryException, InvalidCastException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException, ArgumentNullException
Clone in class DataGridViewBandjava.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionInvalidCastExceptionWin32ExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionArgumentNullExceptionpublic DataGridViewAutoSizeColumnMode getAutoSizeMode() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewCell getCellTemplate() throws java.lang.Throwable
java.lang.Throwablepublic NetType getCellType() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic java.lang.String getDataPropertyName()
throws java.lang.Throwable
java.lang.Throwablepublic int getDisplayIndex()
throws java.lang.Throwable
java.lang.Throwablepublic int getDividerWidth()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException
public Single getFillWeight() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewColumnHeaderCell getHeaderCell() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionpublic java.lang.String getHeaderText()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
MissingMethodException,
TargetInvocationException,
InvalidEnumArgumentException,
IndexOutOfRangeException,
FormatException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionFormatExceptionWin32Exceptionpublic DataGridViewAutoSizeColumnMode getInheritedAutoSizeMode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDataBound()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridViewBandString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridViewBandString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridViewBandObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridViewBandString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridViewBandJCType representing the CLR Type of the instantiated Classpublic int getMinimumWidth()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic int GetPreferredWidth(DataGridViewAutoSizeColumnMode autoSizeColumnMode, boolean fixedHeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, OutOfMemoryException, InvalidCastException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionpublic ISite getSite() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewColumnSortMode getSortMode() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getToolTipText()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
MissingMethodException,
TargetInvocationException,
InvalidEnumArgumentException,
ObjectDisposedException,
IndexOutOfRangeException,
Win32Exception,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionArrayTypeMismatchExceptionpublic NetType getValueType() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException
public int getWidth()
throws java.lang.Throwable
java.lang.Throwablepublic void removeDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setAutoSizeMode(DataGridViewAutoSizeColumnMode AutoSizeMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setCellTemplate(DataGridViewCell CellTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setDataPropertyName(java.lang.String DataPropertyName)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
CultureNotFoundException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
TypeLoadException,
InvalidCastException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionTypeLoadExceptionInvalidCastExceptionInvalidEnumArgumentExceptionpublic void setDisplayIndex(int DisplayIndex)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
InvalidEnumArgumentException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionWin32ExceptionOutOfMemoryExceptionpublic void setDividerWidth(int DividerWidth)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
InvalidCastException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidCastExceptionInvalidEnumArgumentExceptionpublic void setFillWeight(Single FillWeight) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionpublic void setHeaderCell(DataGridViewColumnHeaderCell HeaderCell) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, CultureNotFoundException, InvalidEnumArgumentException
public void setHeaderText(java.lang.String HeaderText)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
MissingMethodException,
TargetInvocationException,
InvalidEnumArgumentException,
IndexOutOfRangeException,
Win32Exception,
TypeLoadException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionTypeLoadExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewBandpublic void setMinimumWidth(int MinimumWidth)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
public void setName(java.lang.String Name)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
InvalidOperationException,
ArgumentNullException,
InvalidCastException,
MissingMethodException,
TargetInvocationException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
Win32Exception
java.lang.ThrowableNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionInvalidOperationExceptionArgumentNullExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionWin32Exceptionpublic void setSite(ISite Site) throws java.lang.Throwable
java.lang.Throwablepublic void setSortMode(DataGridViewColumnSortMode SortMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException, MissingMethodException, TargetInvocationException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionpublic void setToolTipText(java.lang.String ToolTipText)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
MissingMethodException,
TargetInvocationException,
InvalidEnumArgumentException,
ObjectDisposedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void setValueType(NetType ValueType) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public void setWidth(int Width)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
InvalidCastException,
Win32Exception,
LockRecursionException,
AbandonedMutexException,
SynchronizationLockException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidCastExceptionWin32ExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockException